1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-01-12 21:34:30 -06:00
bobatheme/layouts/shortcodes/video.html

5 lines
129 B
HTML
Raw Normal View History

<video controls>
<source src="{{ .Get "src" }}" alt="{{ .Get "title" }}">
{{ i18n "browser_no_video_support" }}
</video>