<!doctype html> <html lang=β{{ page.lang | default: site.lang | default: βenβ }}β> {%- include head.html -%} <body>
{%- include mobile_nav.html -%} <div class="container-fluid mvh-100"> <div class="row mvh-100"> {%- include header.html -%} <main class="artisan-content col-md-9"> {%- include desktop_nav.html -%} {{ content }} {%- include footer.html -%} </main> </div> </div>
</body> </html>