{% include header.html %}
<body>
{% include nav.html %}
<div class="container">
<h1>{{ page.title }}</h1>
{{ content }}
{% include footer.html %}
</body>
</html>