6 lines
227 B
HTML
Raw Normal View History

2017-05-03 16:49:27 +02:00
<section class="bordered-picture">
<div class="youtube-container">
2017-05-03 19:19:55 +02:00
<iframe width="560" height="315" src="https://www.youtube.com/embed/{{ section.video_id }}" frameborder="0" allowfullscreen></iframe>
2017-05-03 16:49:27 +02:00
</div>
</section>