{% 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/header.html" %}
{% if banners %} {% include "templates/blocks/banners.html" %} {% endif %} {% block content %}{% endblock content %}
{% include "templates/blocks/footer.html" %} {% include "templates/blocks/popup_auth.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/popup_bonuses_came.html" %}
{% block foot %}{% endblock foot %} {% include 'templates/blocks/lil_store_js.html' %} {% block pre_app_js %}{% endblock pre_app_js %} {% block foot_js %}{% endblock foot_js %} {% endblock layer_body %}