{% include head.html %}
{% include nav.html %}
{% if page.layout == "post" %}
{{ page.title }}
{% if page.subtitle %}
{{ page.subtitle }}
{% endif %} {% else %}
{{site.tagline}}
{% endif %}
{{ content }}
{% include footer.html %}