<!doctype html> <html>

{% include head.html %}

<body>

<div class="container">
  {% include header.html %}

  <article class="post-container">
    {{ content }}
  </article>

  {% include footer.html %}

</div>

{% include custom-foot.html %}

</body> </html>