mirror of
https://github.com/Speyll/anemone.git
synced 2026-02-26 07:24:25 +00:00
12 lines
390 B
HTML
12 lines
390 B
HTML
<div {% if class %}class="{{class}}"{% endif %}>
|
|
<iframe
|
|
src="https://www.youtube-nocookie.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}"
|
|
loading="lazy"
|
|
frameborder="0"
|
|
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"
|
|
webkitallowfullscreen
|
|
mozallowfullscreen
|
|
allowfullscreen>
|
|
</iframe>
|
|
</div>
|