summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/video.html
blob: 51be6ec4618ad5590b72d45e838952b8d163cd3c (plain)
1
2
3
<video width="640" height="480" preload="none" controls>
	<source src="{{ .Get "src" }}" type="video/webm">
</video>