<!DOCTYPE html> <html>

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

</html>