This commit is contained in:
2023-11-29 11:46:54 +03:00
parent 909ed62c8d
commit 240ce7ad14
6 changed files with 190 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
<div {% if class %}class="{{class}}"{% endif %}>
<iframe
src="https://www.youtube.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen>
</iframe>
</div>