{{ $title }}
{{ with .Site.Params.author.name }}
{{ end }}
{{ with .Site.Params.Summary }}
{{ end }}
{{ if .Params.noindex }}
{{ else if .Params.noarchive }}
{{ end }}
{{ $featured_image := partial "get-featured-image.html" . }}
{{ with $featured_image }}
{{ end }}
{{ with .Permalink }}{{ end }}