{% include head.html %}

{{ page.title }}

{{ page.date | date_to_string }}

{{ content }}

{% if page.previous %} {% endif %} {% if page.next %} {% endif %}



{% for tag in page.tags %}{{ tag }} {% unless forloop.last %}{% endunless %}{% endfor %}
{% include nav.html %}