diff --git a/apps/school/templates/school/school.html b/apps/school/templates/school/school.html new file mode 100644 index 00000000..f406f593 --- /dev/null +++ b/apps/school/templates/school/school.html @@ -0,0 +1,7 @@ +{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %} + {% include "../blocks/promo.html" %} + {% include "../blocks/about.html" %} + {% include "../blocks/advantages.html" %} + {% include "../blocks/online.html" %} + {% include "../blocks/schedule.html" %} +{% endblock %}