{{- $direction := "" -}} {{ if .image }} {{- $direction = partial "GetImageDirection" .image -}} {{ end }}
{{- if .breadcrumb | default true -}} {{ partial "header/breadcrumbs.html" .context }} {{- end -}}
{{- if .subtitle -}}

{{ partial "PrepareHTML" .title }}

{{ partial "PrepareHTML" .subtitle }}

{{- else -}}

{{ partial "PrepareHTML" .title }}

{{- end -}} {{- if .image }}
{{ partial "commons/image.html" (dict "image" .image "mobile" "400" "tablet" "800" "desktop" "900" ) }} {{ if .image.credit }}

{{- partial "GetTextFromHTML" .image.credit -}}

{{ end }}
{{ end -}}