{% block title %}Онлайн-курсы Lil School{% endblock title%}
{% comment %} {% endcomment %}
{% comment %} {% endcomment %}
{% compress css %}
{% endcompress %}
{% include "templates/blocks/mixpanel.html" %}
{% block head %}{% endblock head %}
{% 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 course %}
{% include "templates/blocks/popup_course_buy.html" %}
{% endif %}
{% 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" %}