<!DOCTYPE html> <html lang=β{{ page.lang | default: site.lang | default: βenβ }}β>
{% include head.html %}
<body itemscope
itemtype="http://schema.org/WebPage"> {% include page-head.html %} {% include site-nav.html %} <main class="o-wrapper o-wrapper--large" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Blog"> {{ content }} </main> {% include page-foot.html %} {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}
</body> </html>