{{ $text := "solo" }} {{ $content := .context.Content }}
{{ if .partial_before }} {{ partial .partial_before (dict "context" .context "pic" .pic) }} {{ end }} {{ if in .context.File "imprint" }} {{ if i18n "executive" }}{{ i18n "executive" }}{{ else }}{{ "Executive" }}{{ end }}: {{ .context.Site.Params.imprintdata.executive }} {{ end }} {{ .content }} {{ if .context.Resources.ByType "image" }} {{ range .context.Resources.ByType "image" }} {{ $picname := . }} {{ if not (or (in $content $picname.Name ) (hasPrefix $picname.Name "banner") )}}
{{ . }}
{{ end }} {{ end }} {{ end }}