{{- define "main" -}}
{{- $image := .Resources.GetMatch "*featured*" -}}
{{- with .Params.heroImage -}}
{{- $image = $.Page.Resources.GetMatch "*hero*" -}}
{{- end -}}
{{- $imagesrc := "" -}}
{{- with $image -}}
{{- $image = .Resize "600x" -}}
{{- $imagesrc = .RelPermalink -}}
{{- end -}}
{{- $bkImageSnap := "true" -}}
{{- $relatedContentClass := .Params.relatedcontentclass -}}
{{- if eq .Params.hero "true" -}}
{{- if eq .Params.heroStyle "simple" -}}
{{- .Description -}}{{- .Title -}}
{{- .Description -}}
{{- end -}}
{{- .Title -}}