{{ $src := .Get "src" | }} {{ $width := .Get "width" | default "100%" }} {{ $tryautoheight := .Get "tryautoheight" | default true }} {{ $style := .Get "style" | default "min-height:98vh; border:none;" }} {{ $sandbox := .Get "sandbox" | default false }} {{ $name := .Get "name" | default "iframe-name" }} {{ $id := .Get "id" | default "iframe-id" }} {{ $class := .Get "class" }} {{ $sub := .Get "sub" | default "Your browser can not display embedded frames. You can access the embedded page via the following link:" }} {{ with $src }} {{ if $tryautoheight }} {{ end }} {{ end }}