freedom/layouts/shortcodes/video.html
2022-09-09 15:34:02 -04:00

3 lines
No EOL
117 B
HTML

<video {{if .Get "autoplay"}}autoplay muted loop{{else}}controls {{end}}>
<source src='{{.Get "src" }}'>
</video>