<!DOCTYPE html> <html>
{% include head.html %} <body> <main class="wrapper wrapper-{{ page.layout }}"> {% include header.html %} {{ content }} {% include footer.html %} <main> </body>
</html>
<!DOCTYPE html> <html>
{% include head.html %} <body> <main class="wrapper wrapper-{{ page.layout }}"> {% include header.html %} {{ content }} {% include footer.html %} <main> </body>
</html>