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

<body>

<div class="container">
  {% include header.html %}

  <main class="body" aria-label="Content">
    {{ content }}
  </main>

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

</body> </html>