You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
636 B
15 lines
636 B
{% 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/arts.html" %}
|
|
{% include "templates/blocks/video.html" %}
|
|
{% include "templates/blocks/about.html" %}
|
|
{% include "templates/blocks/last_courses.html" %}
|
|
{% include "templates/blocks/gallery.html" %}
|
|
{% include "templates/blocks/teachers.html" %}
|
|
{% include "templates/blocks/game.html" %}
|
|
{% include "templates/blocks/partners.html" %}
|
|
{% endblock content %}
|
|
|