{% include head.html %}
{% include navigation.ext %}
<div class="container">
<header class="post-header">
<h2>{{ page.title }}</h2>
</header>
<article class="post-content">
{{ content }}
</article>
</div>
{% include footer.html %}