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

{% include head.html %}

<body>

<div class="wrapper">
  {% include navigation.html %}

  <main>
    <div class="container">
      {{ content }}
    </div>
  </main>

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

{% include scripts.html %}

</body>

</html>