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

{% include head.html %}
<body class="{{ body_class }}">
  {% include analytics.html %}
  {% include header.html %}
  <main class="page-content">
    {{ content }}
  </main>
  {% include footer.html %}
</body>

</html>