{{ if $.Get 0 }}
<video width="100%" controls>
<source src="/video/{{ $.Get 0 }}.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
{{ end }}