{% load static %} {% load base_tags %} {% block head %} {% endblock %} {{ basic_info.company_name }} | {{ seo.small_title }} {% block seo %} {% make_seo %} {% endblock %} {% block link %} {% make_favicons %} {% make_fonts font_link %} {% block vendor_css %} {% make_vendor_css %} {% endblock %} {% endblock %} {% block header %} {% include theme|add:'/header.html' %} {% endblock %} {% block contents %} {% load hero_tags %} {% make_hero %}
{% for component, is_use, _, _ in components %} {% if is_use %} {% if component == 'popup' %} {% load popup_tags %} {% make_popup %} {% elif component == 'clients' %} {% load clients_tags %} {% make_clients %} {% elif component == 'whyus' %} {% load whyus_tags %} {% make_whyus %} {% elif component == 'counts' %} {% load counts_tags %} {% make_counts %} {% elif component == 'faq' %} {% load faq_tags %} {% make_faq %} {% elif component == 'about' %} {% load about_tags %} {% make_about %} {% elif component == 'testimonials' %} {% load testimonials_tags %} {% make_testimonials %} {% elif component == 'gallery' %} {% load gallery_tags %} {% make_gallery %} {% elif component == 'team' %} {% load team_tags %} {% make_team %} {% elif component == 'services' %} {% load services_tags %} {% make_services %} {% elif component == 'cta' %} {% load cta_tags %} {% make_cta %} {% elif component == 'contact' %} {% load contact_tags %} {% make_contact %} {% elif component == 'portfolio' %} {% load portfolio_tags %} {% make_portfolio %} {% elif component == 'analytics' %} {% make_analytics %} {% endif %} {% endif %} {% endfor %}
{% endblock %} {% block footer %} {% include theme|add:'/footer.html' %} {% endblock %}
{% block js %} {% block vendor_js %} {% make_vendor_js %} {% endblock %} {% endblock %}