<!DOCTYPE html>
<html>

  {% include head.html %}

  <body>

    {% include header.html %}

    <div class="container main-content">
        {{ content }}
    </div>

    {% include footer.html %}

  </body>

</html>