{% include head.html %}
{% include site-header.html %}
{{ page.title }}
{% if page.author_avatar %}
{% endif %}
{{ page.author_name }}
{{ page.date | date: "%B %d, %Y" }}
{{ content }}
{% include related-posts.html %}
{% include footer.html %}