{{ $title := .Title }} {{ $desc := .Params.description | markdownify }} {{ $attr := .Params.attribution }} {{ $date := dateFormat "January 2, 2006" .Date }} {{ $author := .Params.author }} {{ $authors := .Params.authors }}

{{ $title }}

{{ with $attr }}

{{ . }}

{{ end }} {{ with $desc }}

{{ . }}

{{ end }} {{ with $date }}

{{ . }}

{{ end }} {{ with $authors }} {{ $numAuthors := len . }}

{{ range $idx, $author := . }} {{ $notLast := ne $numAuthors (add $idx 1) }} {{- if .link -}} {{- .name -}} {{- else -}} {{- .name -}} {{- end -}} {{ with .position }}, {{ . | markdownify }}{{ end }}{{ if $notLast }}, {{ end }} {{ end }}

{{ end }} {{ with $author }}

{{- if .link -}} {{- .name -}} {{- else -}} {{- .name -}} {{- end -}} {{ with .position }}, {{ . | markdownify }}{{ end }}

{{ with .guest }}
Guest post {{ end }} {{ with .blurb }}

{{ . | markdownify }}

{{ end }} {{ end }}