<!DOCTYPE html> <html>

{% include head.html %}
<body>
  <main class="wrapper">
    {% include header.html %}
    {{ content }}
    {% include footer.html %}
  </main>
  {% include foot.html %}
</body>

</html>