{% if page.date %}
{% endif %}
{{ page.date | date_to_string }}
{% endif %}
{% if is_post %} {% endif %} {{ page.title }}
{% if is_post and site.share %} Tweet {% endif %}
{{ content }}
{% if is_post %}{% include signoff.html %}{% endif %}