5 lines
183 B
HTML
5 lines
183 B
HTML
<video width="{{ .Params.Width }}" height="{{ .Params.Height }}" controls>
|
|
<source src="{{ .Params.Src }}" type="video/mp4">
|
|
Your browser does not support the video tag.
|
|
</video>
|