{% load static %} {% load mediciodental_tags %} {% load django_calendards_tags %} {% load django_modalds_tags %} {% load django_analyticsds_tags %} {% include 'mediciodental/seo.html' %} {% include 'mediciodental/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 == '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 %} {% include 'mediciodental/footer.html' %}