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

{% include head.html %}
<body>
  <div id="grid">
    {% include header.html %}
    <main>

{{ content }}

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

</html>