{% include top.html %} <body class=“default-page page-hello”>

{% include header.html %}
<div class="container">
  <main class="content" id="content">
    {{ content }}
  </main>
</div>
{% include footer.html %}
{% include end.html %}

</body> </html>