{{ define "main" }} {{ if not .Params.menu }}

{{ .Title }}

{{ with .Params.author }}· {{.}}{{ end }} {{ if and (.Site.Params.showContentTime) (not .Params.hideContentTime) }} {{ if .Params.contentTime }} {{ with .Params.contentTime }}· {{ printf "%d min" . }}{{end}} {{ else }} {{ with .ReadingTime }}· {{ printf "%d min" . }}{{end}} {{ end }} {{ end }}

{{ end }} {{ .Content }}

{{ range (.GetTerms "tags") }} #{{ lower .LinkTitle }} {{ end }}

{{ if not .Params.hideReply }} {{ with .Site.Params.author.email }}

{{ i18n "email-reply" }} ↪

{{ end }} {{ end }} {{ end }}