{{ define "fragments/logotypeSmall" }} {{ template "fragments/dolly/logo" "size-8 text-black dark:text-white" }} tangled alpha {{ end }} {{ index .Meta "title" }}

{{ $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" }}

{{ .Body }}