<html>

{% include head.html %}

<body>

  {% include navigation.html %}

  <main class="main alternate-background" id="content">

    {{ content }}

  </main>

  {% include footer.html %}

</body>

</html>