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