{{ .Title | markdownify }}

{{ with .Params.author }}

By: {{ if (reflect.IsSlice .) }} {{ delimit . ", " }} {{ else }} {{ . }} {{ end }}

{{ end }} {{ if (gt .Date 0) }}

Published: {{ .Date.Format "2006/01/02" }}

{{ end }} {{ if (gt .Lastmod 0) }}

Last Modified: {{ .Lastmod.Format "2006/01/02" }}

{{ end }}

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

{{ partial "related.html" . }}

{{ if .Params.toc }} {{ .TableOfContents }} {{ end }}