{{ if and .Params.image (not .Params.hide_header_image) }} {{ .Scratch.Set "image" .Params.image }} {{ if hasPrefix .Params.image "resource:" }} {{ $resource := .Resources.GetMatch (replace .Params.image "resource:" "") }} {{ .Scratch.Set "image" ($resource.Resize "1000x").RelPermalink }} {{ end }}
{{ end }} {{ partial "breadcrumbs/index.html" . }}{{ partial "content-details.html" . }}
{{ end }} {{ if .Content }}