{{ define "main" }}

{{ .Title }}

{{ if lt .Date .Lastmod -}} Posted by {{- partial "indieweb-author.html" -}} on his Website {{ with .OutputFormats.Get "gemtext" -}} and Gemini capsule {{- end -}}
Last updated . Changelog {{ else -}} Posted by {{- partial "indieweb-author.html" -}} on his Website {{- with .OutputFormats.Get "gemtext" -}} and Gemini capsule {{- end -}} {{ end }}
{{ .WordCount }} words, a {{ .ReadingTime }} minute read
{{ partial "processed-content" . -}}

{{- if .PrevInSection -}}Previous{{- end -}} {{- if and (.PrevInSection) (.NextInSection) }} · {{ end -}} {{- if .NextInSection -}}Next{{- end -}}


{{ end }}