{{ .Title | markdownify }}
    {{- $authors := .Params.authors | default (slice .Site.Params.defaultAuthor) }}
    {{- $primaryAuthor := index $authors 0 }}
    {{ with $primaryAuthor }}
        
            {{ . }}
        
    {{ end }}
	{{ .Render "meta-extra" }}
    {{ range (.GetTerms "tags") }}
    	{{ .LinkTitle }}
    {{ end }}
	{{ $image := (.Resources.GetMatch "featured") }}
	{{ partial "image.html" (dict "image" $image "alt" .Params.featured.alt "class" "shadow featured") }}