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.
10 lines
410 B
10 lines
410 B
{% extends "templates/lilcity/index.html" %} {% load static %}
|
|
{% block title %}Онлайн-школа LilCity{% endblock title%}
|
|
{% block content %}
|
|
{% include "../blocks/promo.html" %}
|
|
{% include "../blocks/about.html" %}
|
|
{% include "../blocks/advantages.html" %}
|
|
{% include "../blocks/online.html" %}
|
|
{% include "templates/blocks/game.html" %}
|
|
{% include "templates/blocks/partners.html" %}
|
|
{% endblock %}
|
|
|