homepage/layouts/shortcodes/video.html

5 lines
74 B
HTML

<video autoplay muted loop>
<source src="{{.Get 0}}">
{{.Get 1}}
</video>