<!DOCTYPE html> <html lang=β€œ{{ page.lang | default: site.lang | default: ”enβ€œ }}”>

{% include head.html %}

<body class="container">
  <main class="content">
    {% include header.html %}

    <section>
      {{ content }}
    </section>

    {% include footer.html %}
  </main>
</body>

</html>