Add video block to main page

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent dfc0e6956f
commit f63b84ff13
  1. 12
      project/templates/blocks/video.html
  2. 1
      project/templates/lilcity/main.html

@ -0,0 +1,12 @@
<div class="section section_border">
<div class="section__center center center_sm">
<iframe
width="640"
height="360"
src="https://www.youtube.com/embed/1w3amQGtQyc"
frameborder="0"
allow="autoplay; encrypted-media"
allowfullscreen
></iframe>
</div>
</div>

@ -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" %}

Loading…
Cancel
Save