<!DOCTYPE html> <html>

{% include head.html %}
<body>
  <div class="wrapper-all">
    {% include header.html %}
    {{ content }}
    {% include footer.html %}
  </div>
    {% include foot.html %}
</body>

</html>