{{- $url := default "" (.Get "url" | default (.Get 0)) -}} {{- $title := default "Self Embed" (.Get "title" | default (.Get 1)) -}} {{- $caption := default (print $title " ([Link](" $url "))") (.Get "caption" | default (.Get 2)) -}} {{- $sandbox := default "allow-popups" (.Get "sandbox" | default (.Get 3)) -}} {{- if (eq $url "") -}} {{- $url = "/" -}} {{- end -}}