{% include head.html %} <body>

<div class="home">
  <div class="content-wrapper">
    {% if page.title %}
    <h1 class="page-title"> {{ page.title }}</h1>
    {% endif %}
    {{ content }}
  </div>
</div>

</body> {% include footer.html %}