{{ .Title | markdownify }}
{{ if .Params.tags }} {{ end }} {{ with .Params.Cover }} {{ end }} {{ if .Params.Toc }}{{ if .Params.TocTitle }} {{ .Params.TocTitle }} {{ else if $.Site.Params.TocTitle }} {{ $.Site.Params.TocTitle }} {{ else }} Table of Contents {{ end }}
{{ .TableOfContents }}
{{ .Content }}
{{ if or .NextInSection .PrevInSection }}
{{ $.Site.Params.ReadOtherPosts }}