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

{% include header.html %}
<div class="container">
  {{ content }}
</div>
{% include footer.html %}
{% include js.html %}

</body> </html>