<!DOCTYPE html> <html lang=β{{ page.lang | default: site.lang | default: βenβ }}β> {% include head.html %}
<body>
<div class="container"> {% include header.html %} <main class="body" aria-label="Content"> {{ content }} </main> {% include footer.html %} </div>
</body> </html>