{{ define "main" }} {{ with .Params.description -}}

{{ . }}

{{ end -}}
{{ with .Params.featuredImage -}} {{ with $.Resources.GetMatch . -}}
featured image
{{ end -}} {{ end -}} {{ with .Content -}}{{ . }}{{ end }} {{ partialCached "comments.html" . }}
{{- end }}