<!DOCTYPE html> <html amp lang=β{{ page.lang | default: site.lang | default: βenβ }}β>
{% include head.html %} <body> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %} {% include header.html %} <main class="page-content" aria-label="Content"> <div class="wrapper"> {{ content }} </div> </main> {% include footer.html %} </body>
</html>