<!DOCTYPE html> <html lang=“en” name=“top”> {% include head.html %} <body>

<main>
  <header>{% include nav.html %}</header>
  <section>
    {{ content }}
  </section>
</main>
{% include footer.html %}

</body> </html>