{{ $src := .Get "src" }} {{ if strings.HasPrefix $src "./" }} {{ $src = substr $src 2 }} {{ end }} {{ $poster := ((.Page.Resources.ByType "image").GetMatch (printf "%s*" $src)) }} {{ $videos := (.Page.Resources.ByType "video").Match (printf "%s*" $src) }} {{ if .Get "caption" }}
{{ end }} {{ if $videos }} {{ end }} {{ if .Get "caption" }}
{{ .Page.RenderString (.Get "caption") }}
{{ end }}