<figure>
  <video muted autoplay>
    <source src="{{ .Get "mp4" }}" type="video/mp4">
    <source src="{{ .Get "webm" }}" type="video/webm">
  </video>
  <figcaption>{{ .Get "alt" }}</figcaption>
</figure>