lugo/layouts/shortcodes/vid.html

5 lines
122 B
HTML
Raw Permalink Normal View History

2025-01-03 04:21:19 +00:00
<video autoplay muted loop controls>
<source src="{{ index .Params 0 }}" type="video/mp4">
Video not supported
</video>