<!DOCTYPE html> <html lang=“en”>

{% include head.html %}
<body>
  <main class="container">
    {% include header.html %}

    <section class="content">
      {{ content }}
    </section>

    {% include footer.html %}
  </main>
</body>

</html>