<!DOCTYPE html> <html lang=“en”> <head>
{%- include head.html -%}
</head> <body>
<header class="texture-{{ site.texture.style }}"> <div class="container"> {%- include nav.html -%} </div> {%- include page_header.html -%} </header> <main> <div class="container"> {{ content }} </div> </main> {%- include footer.html -%}
</body> </html>