{% load static %} {% load herobizds_tags %} {% load django_calendards_tags %} {% load django_modalds_tags %} {% load django_analyticsds_tags %} {% include 'herobizds/seo.html' %} {% include 'herobizds/header.html' %} {% block content %} {% hero %}
{% show_calendar %} {% show_modal %} {% make_analytics %} {% for component, is_use, _, _ in components %} {% if is_use %} {% if component == 'featured_services' %} {% featured_services %} {% elif component == 'about' %} {% about %} {% elif component == 'clients' %} {% clients %} {% elif component == 'cta' %} {% cta %} {% elif component == 'onfocus' %} {% onfocus %} {% elif component == 'features' %} {% features %} {% elif component == 'services' %} {% services %} {% elif component == 'testimonials' %} {% testimonials %} {% elif component == 'pricing' %} {% pricing %} {% elif component == 'faq' %} {% faq %} {% elif component == 'portfolio' %} {% portfolio %} {% elif component == 'team' %} {% team %} {% elif component == 'recent_blog_posts' %} {% recent_blog_posts %} {% elif component == 'contact' %} {% contact %} {% endif %} {% endif %} {% endfor %}
{% endblock content %} {% include 'herobizds/footer.html' %}