<!DOCTYPE html> <html>

{%- include head.html -%}

<body>

{%- include nav.html -%}
<main class="page-content">
  <div class="wrapper">
    {{ content }}
  </div>
</main>

</body> </html>