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

{%- include head.html -%}

<body>

    {%- include header.html -%}
    {%- include nav.html -%}
    <hr>

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

    {%- include footer.html -%}

</body>

</html>