{% include header.html %}
{% include navbar.html %}
{{page.title}}
{{page.description}}
{{ page.date | date_to_string }}
{{content}}
{% include footer.html %}