9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
<div class="macro-youtube">
|
|
<iframe
|
|
src="https://www.youtube.com/embed/{{ id | escape }}?rel=0"
|
|
title="{{ title | escape }}"
|
|
frameborder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
allowfullscreen
|
|
></iframe>
|
|
</div> |