{% load static %} {% load mediciodental_tags %} {% load django_calendards_tags %} {% load django_modalds_tags %} {% load django_analyticsds_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 == 'cta' %} {% cta %} {% elif component == 'about' %} {% about %} {% elif component == 'counts' %} {% counts %} {% elif component == 'features' %} {% features %} {% elif component == 'services' %} {% services %} {% elif component == 'appointment' %} {% appointment %} {% elif component == 'departments' %} {% departments %} {% elif component == 'testimonials' %} {% testimonials %} {% elif component == 'doctors' %} {% doctors %} {% elif component == 'gallery' %} {% gallery %} {% elif component == 'pricing' %} {% pricing %} {% elif component == 'faq' %} {% faq %} {% elif component == 'contact' %} {% contact %} {% endif %} {% endif %} {% endfor %}
{% endblock content %} {% footer %}