{% extends "templates/lilcity/index.html" %} {% load static %} {% block title %}School LIL.CITY{% endblock title %} {% block content %} {% include "templates/blocks/promo.html" %} {% include "templates/blocks/messages.html" %} {% include "templates/blocks/about.html" %} {% include "templates/blocks/live.html" %} {% include "templates/blocks/advantages.html" %} {% include "templates/blocks/reviews.html" %} {% include "templates/blocks/gallery.html" %} {% include "templates/blocks/mobile_apps.html" %} {% include "templates/blocks/authors.html" %} {% include "templates/blocks/school_schedules.html" %} {% include "templates/blocks/last_courses.html" %} {% include "templates/blocks/game.html" %} {% include "templates/blocks/partners.html" %} {% endblock content %}