{{- $id := default "rQIb4Vw" (.Get "id" | default (.Get 0)) -}} {{- $title := default "Imgur Gif" (.Get "title" | default (.Get 1)) -}} {{- $caption := default "Imgur Gif" (.Get "caption" | default (.Get 2)) -}} {{- $options := default "controls autoplay loop muted playsinline" (.Get "options" | default (.Get 3)) -}} {{- partial "video-container.html" (dict "Author" .Page.Section "Caption" $caption "Options" $options "Slug" (strings.TrimPrefix .Site.BaseURL .Page.Permalink) "Source" (print "https://i.imgur.com/" $id ".mp4") ) -}}