{% include head.html %}
{% include navigation.html %}
{{ page.title }}
{{ page.date | date_to_string }}
. {{ page.category }} .
Comments
{% for tag in page.tags %}
#{{ tag }}
{% endfor %} {{ page.content | markdownify }} {% include share.html %} {% include comments.html %}
{% include social-buttons.html %}
{% include footer.html %} {% include js.html %}