9 lines
287 B
HTML
9 lines
287 B
HTML
<iframe
|
|
class="embed-video youtube"
|
|
loading="lazy"
|
|
src="https://www.youtube.com/embed/{{ include.id }}"
|
|
title="YouTube video player"
|
|
frameborder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
allowfullscreen
|
|
></iframe>
|