<!DOCTYPE html> <html class=“no-js” lang=“{{ page.lang | default: site.lang | default: ”en“ }}”>
{% include head.html %} <body> <a class="show-on-focus" href="#main">Skip to content</a> {% if site.header_pages != nil or site.logo != nil %} {% include header.html %} {% endif %} <div id="main" role="main"> {{ content }} </div> {% include scripts.html %} </body>
</html>