{% load static %} {% load compress %} {% load sections %} {% include 'medicio/seo.html' %} {% compress css %} {% endcompress %} {% include 'medicio/header.html' %} {% hero %}
{% for component, is_use, _, _ in components %} {% if is_use %} {% if component == 'popup' %} {% load popup_tags %} {% show_popup %} {% elif component == 'why-us' %} {% why_us %} {% elif component == 'services' %} {% services %} {% elif component == 'cta' %} {% cta %} {% elif component == 'about' %} {% about %} {% elif component == 'counts' %} {% counts %} {% elif component == 'departments' %} {% departments %} {% elif component == 'faq' %} {% faq %} {% elif component == 'appointment' %} {% appointment %} {% elif component == 'doctors' %} {% doctors %} {% elif component == 'testimonials' %} {% testimonials %} {% elif component == 'gallery' %} {% gallery %} {% elif component == 'pricing' %} {% pricing %} {% elif component == 'features' %} {% features %} {% elif component == 'contact' %} {% contact %} {% elif component == 'analytics' %} {% load analytics_tags %} {% make_analytics %} {% endif %} {% endif %} {% endfor %}
{% include 'medicio/footer.html' %}