Hilbish/website/themes/hsh/layouts/shortcodes/video.html

6 lines
168 B
HTML

<video src="{{ .Get "src" }}" style="height: auto; max-width: 100%;" controls>
There's a video missing here...
Well here is the URL: {{ .Get "src" }}
</video>