{% load static %} {% load medilab_tags %} {% load shared_tags %} {% include 'shared_lib/seo.html' with template_name='medilab' %} {% include "medilab/header.html" %} {% block content %} {% include "medilab/components/hero.html" %}
{% show_calendar %} {% show_modal %} {% analytics %} {% for component, is_use, _, _ in components %} {% if is_use %} {% if component == 'why-us' %} {% include "medilab/components/why_us.html" %} {% elif component == 'about' %} {% include "medilab/components/about.html" %} {% elif component == 'counts' %} {% include "medilab/components/counts.html" %} {% elif component == 'services' %} {% include "medilab/components/services.html" %} {% elif component == 'appointment' %} {% include "medilab/components/appointment.html" %} {% elif component == 'departments' %} {% include "medilab/components/departments.html" %} {% elif component == 'doctors' %} {% include "medilab/components/doctors.html" %} {% elif component == 'faq' %} {% include "medilab/components/faq.html" %} {% elif component == 'testimonials' %} {% include "medilab/components/testimonials.html" %} {% elif component == 'gallery' %} {% gallery %} {% elif component == 'contact' %} {% include "medilab/components/contact.html" %} {% endif %} {% endif %} {% endfor %}
{% endblock content %} {% footer %}