{% include top.html %} <body class=“default-page page-{{ page.title | downcase | replace:' ','_' | replace: '!','' }}”> {% include header.html %} <div class=“container”> <div class=“content” id=“content”> {% unless page.hideTitle %}<h1>{{ page.title }}</h1>{% endunless %} {{ content }} </div> </div> {% include footer.html %} {% include end.html %} </body> </html>