{{ partial "header.html" . }}

{{ .Title | markdownify }}

{{ if (gt .Params.date 0) }}

{{ .Date.Format "Mon, 02. Jan 2006" }}

{{ end }}

{{ range $i := (slice "categories" "tags") }} {{ with ($.Param $i) }} {{ $i | title }}: {{ range $k := . }}{{$k}} {{ end }} {{ end }} {{ end }}

{{ .Content }}
{{ if (eq .Params.type "post") }} {{ partial "comments.html" . }} {{ end }} {{ partial "footer.html" . }}