{% 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 %} {% comment %} in css... font-family: 'Gugi', cursive; font-family: 'Jua', sans-serif; font-family: 'Nanum Pen Script', cursive; font-family: 'Noto Sans KR', sans-serif; font-family: 'Noto Serif KR', serif; {% endcomment %} {% 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 == 'whyus' %} {% load whyus_tags %} {% make_whyus %} {% elif component == 'about' %} {% load about_tags %} {% make_about %} {% elif component == 'intro' %} {% load intro_tags %} {% make_intro %} {% elif component == 'counts' %} {% load counts_tags %} {% make_counts %} {% elif component == 'testimonials' %} {% load testimonials_tags %} {% make_testimonials %} {% elif component == 'faq' %} {% load faq_tags %} {% make_faq %} {% elif component == 'features' %} {% load features_tags %} {% make_features %} {% elif component == 'team' %} {% load team_tags %} {% make_team %} {% elif component == 'contact' %} {% load contact_tags %} {% make_contact %} {% elif component == 'courses' %} {% load courses_tags %} {% make_courses %} {% elif component == 'pricing' %} {% load pricing_tags %} {% make_pricing %} {% elif component == 'events' %} {% load events_tags %} {% make_events %} {% 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 %}