{{ $dateStr := index .Meta "date" }} {{ $date := parsedate $dateStr }} {{ $date.Format "02 Jan, 2006" }} · by {{ $authors := index .Meta "authors" }} {{ if eq (len $authors) 2 }} {{ (index $authors 0).name }} & {{ (index $authors 1).name }} {{ else }} {{ range $author := $authors }} {{ $author.name }} {{ end }} {{ end }}
{{ if .Meta.draft }}{{ index .Meta "title" }} [draft]
{{ else }}{{ index .Meta "title" }}
{{ end }}{{ index .Meta "subtitle" }}