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

{{ partial "PrepareHTML" .title }}

{{- if .image }}
{{ partial "commons/image.html" (dict "image" .image "mobile" "351" "tablet" "456" "desktop" "856" ) }} {{ if .image.credit }}
{{- partial "PrepareHTML" .image.credit -}}
{{ end }}
{{ end -}}