{{ if .Params.toc }} Jump to ToC {{ else }} Jump to content {{ end }}

{{ .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 }}

{{ if (gt .ReadingTime 0) }}Reading Time: {{ .ReadingTime }} minutes{{ end }}  |  {{ if (gt .WordCount 0) }}Word Count: {{ .WordCount }} words{{ end }}

{{ partial "categories_tags.html" . }}

{{ partial "related.html" . }}

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