itsdrike.com/layouts/shortcodes/youtube.html

8 lines
248 B
HTML
Raw Normal View History

2021-08-26 10:36:39 +00:00
<iframe
class="youtube-embed"
src="https://www.youtube-nocookie.com/embed/{{ .Get 0 }}"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>