{% include head.html %} {% include navigation.html %}
{% if layout.show_title or page.show_title%}
{{ page.title }}
{% endif %}
{{ page.description }}
{{ content }}
{% include footer.html %} {% include scripts.html %}