lugo/layouts/shortcodes/vid.html
2025-01-02 21:21:19 -07:00

5 lines
122 B
HTML

<video autoplay muted loop controls>
<source src="{{ index .Params 0 }}" type="video/mp4">
Video not supported
</video>