mirror of
https://github.com/Speyll/anemone.git
synced 2024-11-10 08:26:33 +00:00
9 lines
368 B
HTML
9 lines
368 B
HTML
|
<div {% if class %}class="{{class}}"{% endif %}>
|
||
|
<iframe
|
||
|
src="https://www.youtube-nocookie.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}"
|
||
|
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||
|
webkitallowfullscreen
|
||
|
mozallowfullscreen
|
||
|
allowfullscreen>
|
||
|
</iframe>
|
||
|
</div>
|