<!DOCTYPE html> {% include head.html %} <body>

{% include header.html%}
   <div class="wrapper">
      {{ content }}
   </div>
{% include footer.html %}

</body> </html>