{{ if .Params.image }}
{{ .Scratch.Set "image" .Params.image }} {{ if hasPrefix .Params.image "resource:" }} {{ $resource := .Resources.GetMatch (replace .Params.image "resource:" "") }} {{ .Scratch.Set "image" ($resource.Resize "300x").RelPermalink }} {{ end }}
{{ end }}
{{ .Title }}
{{ partial "content-details.html" . }}

{{ partial "summary.html" . }}