vugo/layouts/shortcodes/vid.html

7 lines
204 B
HTML
Raw Normal View History

2022-08-10 15:27:44 +02:00
<iframe src="{{ index .Params 0 }}"
loading="lazy"
sandbox="allow-same-origin allow-scripts allow-popups"
allowfullscreen frameborder="0"
title="Embedded Video">
</iframe>