{% load static %} {% load compress %} {% load mentor_myenglish_tags %} {% include 'mentor/seo.html' %} {% compress css %} {% endcompress %} {% include 'mentor/header.html' %} {% hero %}
{% for component, is_use, _, _ in components %} {% if is_use %} {% if component == 'intro' %} {% intro %} {% elif component == 'about' %} {% about %} {% elif component == 'cta' %} {% cta %} {% elif component == 'events' %} {% events %} {% elif component == 'counts' %} {% counts %} {% elif component == 'why-us' %} {% why_us %} {% elif component == 'features' %} {% features %} {% elif component == 'courses' %} {% courses %} {% elif component == 'trainers' %} {% trainers %} {% elif component == 'testimonials' %} {% testimonials %} {% elif component == 'faq' %} {% faq %} {% elif component == 'contact' %} {% contact %} {% elif component == 'analytics' %} {% load analytics_tags %} {% make_analytics %} {% endif %} {% endif %} {% endfor %}
{% include 'mentor/footer.html' %}