{% load static %} {% load herobizds_tags %} {% load django_calendards_tags %} {% load django_modalds_tags %} {% load django_analyticsds_tags %} {% load django_postds_tags %} {% seo %} {% header %} {% 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 %} {% footer %}