{% extends "templates/lilcity/index.html" %} {% load static %} {% block ogdescription %} {% if is_referral_url and referrer %} {{ referrer.get_full_name }} приглашает вас и ваших детей в первую онлайн школу креативного мышления Lil School. Занимайтесь с ребёнком творчеством, не выходя из дома. Перейдите по ссылке и получите скидку {{ config.REFERRAL_BONUS }}% на первую покупку {% else %} {{ block.super }} {% endif %} {% endblock ogdescription %} {% block title %}School LIL.CITY{% endblock title %} {% block content %} {% include "templates/blocks/promo.html" %} {% include "templates/blocks/messages.html" %} {% include "templates/blocks/arts.html" %} {% include "templates/blocks/video.html" %} {% include "templates/blocks/about.html" %} {% include "templates/blocks/gallery.html" %} {% include "templates/blocks/mobile_apps.html" %} {% include "templates/blocks/online_school.html" %} {% include "templates/blocks/reviews.html" %} {% include "templates/blocks/teachers.html" %} {% include "templates/blocks/last_courses.html" %} {% include "templates/blocks/partners.html" %} {% include "templates/blocks/game.html" %} {% endblock content %}