www/layouts/shortcodes/video.html
Christoph Cullmann 9653cd67ba
less raw html
add video shortcode
avoid linking to youtube, download my own video
2025-07-19 18:38:57 +02:00

4 lines
201 B
HTML

<video width="100%" preload="{{ .Get "preload" }}" controls>
<source src="{{ .Get "src" }}" type="{{ .Get "type" }}">
Your browser does not seem to support the video {{ .Get "src" }}.
</video>