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

{% include head.html %}
<body>
<section class="wrapper">
  {% include header.html %}
      {{ content }}
  {% include footer.html %}
  </section>
</body>

</html>