<!doctype html>
<html>
  <head>
  {% include default_head_tags.html%}
  </head>
  <body>
    {% include header.html %}
    <main>
        {{ content }}
    </main>
  </body>
</html>