{% include head.html %}
{% include nav.html %}
{{ page.title | default: site.title }}
{% if page.description %}
{{ page.description }}
{% endif %}
{{ content }}
{% include footer.html %}