<html lang=β{{ page.lang | default: site.lang | default: βenβ }}β>
{% include head.html %}
<body>
<div class="wrapper"> {% include navigation.html %} <main> <div class="container"> {{ content }} </div> </main> {% include footer.html %} </div> {% include scripts.html %}
</body>
</html>