{% include head.html %}
{% include navbar.html %}
{{ page.title }}
{% if page.date %}
{{ page.date | date_to_long_string }}
{% endif %}
{{ content }}