<!DOCTYPE html> <html>

{% include head.html %}

<body>
  <div id="all">
        {% include header.sales.html %}
        {% include banner.html %}
        {% include offer.html %}
        {% include testimonials.html %}
        {% include cta.questions.html %}
        {% include team.html %}
        {% include customers.html %}
        {% include get.it.html %}
        {% include map.html %}
        {% include footer.html %}
        {% include copyright.html %}
  </div>
        {% include js.html %}
</body>

</html>