mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 14:24:26 +02:00
11 lines
294 B
HTML
11 lines
294 B
HTML
|
<details>
|
||
|
<summary>Click to reveal video.</summary>
|
||
|
<iframe src="{{ index .Params 0 }}"
|
||
|
loading="lazy"
|
||
|
sandbox="allow-same-origin allow-scripts allow-popups"
|
||
|
allowfullscreen frameborder="0"
|
||
|
class="embvid"
|
||
|
title="Embedded Video">
|
||
|
</iframe>
|
||
|
</details>
|