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

{%- include head.html -%}

<body>
  <div class="container">

    {%- include header.html -%}

  <main>
    {{ content }}
  </main>

  {%- include footer.html -%}

  </div>
</body>

</html>