blob: eba4d66bd750e800b11e7ed0c3d67718955955fc (
plain)
1
2
3
4
5
|
<video class="video-shortcode" preload="{{ .Get "preload" }}" controls>
<source src="{{ .Get "src" }}" type="{{ .Get "type" }}">
There should have been a video here but your browser does not seem
to support it.
</video>
|