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

{% include head.html %}
<body>
  {% include header.html %}
  <main class="content" aria-label="Content">
    {{ content }}
  </main>
</body>

</html>