diff --git a/project/templates/blocks/video.html b/project/templates/blocks/video.html new file mode 100644 index 00000000..4f803b5d --- /dev/null +++ b/project/templates/blocks/video.html @@ -0,0 +1,12 @@ +
+
+ +
+
diff --git a/project/templates/lilcity/main.html b/project/templates/lilcity/main.html index a994b3cb..4227d9ec 100644 --- a/project/templates/lilcity/main.html +++ b/project/templates/lilcity/main.html @@ -5,6 +5,7 @@ {% 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" %}