{{ .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 }}
	{{ partial "header-image.html" (dict "image" (.Resources.GetMatch .Params.featured.url) "alt" .Params.featured.alt) }}