{{ define "main" }}
{{ if .Title -}} {{ end }} {{ if .Params.tableOfContents | default .Params.renderTableofContents | default false -}}
{{ i18n "tableOfContents" }} {{ .TableOfContents }}
{{- end }} {{- .Content -}}
{{ end }}