{% load static %} {% load compress %} {% load herobiz_tags %} {% include 'herobiz/seo.html' %} {% include 'herobiz/header.html' %} {% hero %}
{% for component, is_use, _, _ in components %} {% if is_use %} {% if component == 'popup' %} {% load popup_tags %} {% show_popup %} {% elif component == 'why-us' %} {% why_us %} {% elif component == 'about' %} {% about %} {% elif component == 'clients' %} {% clients %} {% elif component == 'cta' %} {% cta %} {% elif component == 'onfocus' %} {% include 'herobiz/_onfocus.html' %} {% elif component == 'features' %} {% features %} {% elif component == 'services' %} {% services %} {% elif component == 'testimonials' %} {% testimonials %} {% elif component == 'faq' %} {% faq %} {% elif component == 'portfolio' %} {% portfolio %} {% elif component == 'team' %} {% team %} {% elif component == 'contact' %} {% contact %} {% elif component == 'analytics' %} {% load analytics_tags %} {% make_analytics %} {% endif %} {% endif %} {% endfor %}
{% include 'herobiz/footer.html' %}