{% include head.html %}
{% if page.title %}
{% if page.date %}
{{ page.date | date_to_string }}
{% endif %}

{% if is_post %} {% endif %} {{ page.title }}

{% if is_post and site.share %}
{% endif %}
{% endif %}
{{ content }}
{% if is_post %}{% include signoff.html %}{% endif %}
{% if is_post %}{% include pagination.html %}{% endif %} {% include foot.html %}