<!doctype html> <html lang=“en”>
{%- include head.html -%}
<body>
{%- include header.html -%}
<main id=“page-content” class=“content {{ page.outputclass }}”>
{%- include content/singlepage.html -%}
</main>
{%- include footer.html -%}
</body>
</html>