homepage/layouts/shortcodes/video.html

5 lines
74 B
HTML
Raw Normal View History

2022-10-02 08:54:49 -06:00
<video autoplay muted loop>
<source src="{{.Get 0}}">
{{.Get 1}}
</video>