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