{% include header.html %}
{% include navigation.html %}
{{page.title}}
{% if content != "" %} {{content}} {% endif %}
{% include footer.html %}