{% extends './layouts/base.html' %} {% load static %} {% block head %} {% endblock %} {% block heroarea %}
{% include 'layouts/partials/header-top.html' %}
{% include 'layouts/partials/silder.html' %}
{% endblock %} {% block content %} {% include 'layouts/partials/services.html' %} {% include 'layouts/partials/about-us.html' %} {% include 'layouts/partials/reps.html' %} {% include 'layouts/partials/targets.html' %} {% include 'layouts/partials/contact.html' %} {% include 'layouts/partials/footer.html' %} {% endblock %}