{% extends "templates/lilcity/layer.html" %} {% load static %} {% load setting from settings %} {% load compress %} {% block layer_head %} {% block head %}{% endblock head %} {% endblock layer_head %} {% block layer_body %} {% include "templates/blocks/social.html" %} {% include "templates/blocks/baner.html" %}
{% include "templates/blocks/header.html" %}
{% block content %}{% endblock content %}
{% include "templates/blocks/footer.html" %} {% include "templates/blocks/popup_auth.html" %} {% include "templates/blocks/popup_school_buy.html" %} {% if is_gift_certificate_url %} {% include "templates/blocks/popup_gift_certificate.html" %} {% endif %} {% include "templates/blocks/popup_enter_gift_code.html" %} {% include "templates/blocks/popup_course_lock.html" %} {% include "templates/blocks/popup_subscribe.html" %} {% include "templates/blocks/popup_capture_email.html" %}
{% include 'templates/blocks/lil_store_js.html' %} {% block pre_app_js %}{% endblock pre_app_js %} {% comment %} ROISTAT {% endcomment %} {% block foot %}{% endblock foot %} {% block foot_js %}{% endblock foot_js %} {% endblock layer_body %}