{{ .Scratch.Set "url" (.Get "url") }} {{ .Scratch.Set "height" (.Get "height") }} {{ .Scratch.Set "width" (.Get "width" | default "1000") }} {{ if .Get "height" }} {{ .Scratch.Set "height" ( printf ", height=%s" ( .Scratch.Get "height" ) ) }} {{else}} {{ .Scratch.Set "height" "" }} {{ end }} {{ if eq (.Get "display") "window" }} {{ .Scratch.Set "url" ( printf "javascript:void( window.open('%s', 'blank', 'scrollbars=yes, toolbar=no, width=%s %s' ))" (.Scratch.Get "url") (.Scratch.Get "width") (.Scratch.Get "height") ) }} {{ end }} {{ with .Get "icon" }}{{ end }} {{ if eq (.Get "type") "btn" }}
{{ .Get "text" }}
{{ else }} {{ .Get "text" }} {{ end }}