{{- $id := default "rQIb4Vw" (.Get "id" | default (.Get 0)) -}}
{{- $title := default "Imgur Gif" (.Get "title" | default (.Get 1)) -}}
{{- $caption := default $title (.Get "caption" | default (.Get 2)) -}}
{{- $options := default "controls autoplay loop muted playsinline"
(.Get "options" | default (.Get 3))
-}}
{{- $source := print "https://i.imgur.com/" $id ".mp4" -}}
{{- printf `{{< video source="%s" title="%s" caption="%s" options="%s" >}}`
$source $title $caption $options
| .Page.RenderString
-}}