<video controls preload="metadata" referrerpolicy="no-referrer"
style="width:50%"
{{ if img }}
poster="{{ img }}"
{{ /if }}
{{ if duration }}
duration="{{ duration }}"
{{ /if }}
>
  {{ each videoList source }}
  <source referrerpolicy="no-referrer" src="{{ source }}">
  {{ /each }}
</video>
