{{ if .Params.categories }}
{{ range (.GetTerms "categories") }} {{ .LinkTitle }} {{ end }}
{{ end }}

{{- .Title | markdownify -}}

{{ with .Params.description }}

{{ . }}

{{ end }} {{ $showReadingTime := .Site.Params.article.readingtime }} {{ if isset .Params "readingtime" }} {{ $showReadingTime = .Params.readingtime }} {{ end }} {{ if or (not .Date.IsZero) ($showReadingTime) }} {{ end }}