1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-24 06:07:30 -05:00
Files
bobatheme/layouts/shortcodes/video.html

5 lines
128 B
HTML

<video controls>
<source src="{{ .Get "src" }}" alt="{{ .Get "title" }}">
Your browser does not support video.
</video>