blob: 573e26936bb2663a962c74f651258f1d720071e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<div class="youtube-container">
<iframe
src="https://www.youtube-nocookie.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}"
frameborder="0"
title="YouTube embed"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen
>
</iframe>
</div>
|