6 lines
196 B
HTML
6 lines
196 B
HTML
<center>
|
|
<video width="80%" preload="auto" controls>
|
|
<source src="{{ .Get "src" }}" />
|
|
Your browser does not seem to support the video {{ .Get "src" }}.
|
|
</video>
|
|
</center>
|