{% include head.html %} {% include header.html %}

<body>

<div class="home">
  <div class="content-wrapper">
    {{ content }}
  </div>
</div>

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