{% load static %} {% load medicio_tags %} {% load shared_tags %} {% include 'shared_lib/seo.html' with template_name='medicio' %} {% include "medicio/header.html" %} {% block content %} {% include "medicio/components/hero.html" %}
{% show_calendar %} {% show_modal %} {% analytics %} {% for component, is_use, _, _ in components %} {% if is_use %} {% if component == 'featured_services' %} {% include "medicio/components/featured-services.html" %} {% elif component == 'cta' %} {% include "medicio/components/cta.html" %} {% elif component == 'about' %} {% include "medicio/components/about.html" %} {% elif component == 'counts' %} {% include "medicio/components/counts.html" %} {% elif component == 'features' %} {% include "medicio/components/features.html" %} {% elif component == 'services' %} {% include "medicio/components/services.html" %} {% elif component == 'appointment' %} {% include "medicio/components/appointment.html" %} {% elif component == 'departments' %} {% include "medicio/components/departments.html" %} {% elif component == 'testimonials' %} {% include "medicio/components/testimonials.html" %} {% elif component == 'portfolio' %} {% portfolio portfolio_title portfolio_subtitle %} {% elif component == 'doctors' %} {% include "medicio/components/doctors.html" %} {% elif component == 'gallery' %} {% gallery %} {% elif component == 'pricing' %} {% include "medicio/components/pricing.html" %} {% elif component == 'faq' %} {% include "medicio/components/faq.html" %} {% elif component == 'contact' %} {% include "medicio/components/contact.html" %} {% endif %} {% endif %} {% endfor %}
{% endblock content %} {% footer %}