{{ if or (eq .template_type "single") (.ctx.Params.noSummary) }}
{{ if and (gt .ctx.WordCount .ctx.Site.Params.tocMinWordCount ) (.ctx.Params.toc) }}
{{ i18n "tableOfContents" | default "tableOfContents" }}
{{ .ctx.TableOfContents }}
{{ end }}
{{ .ctx.Content }}
{{ else }}
{{ .ctx.Summary }}
{{ if .ctx.Truncated }}
{{ i18n "continueReading" }}
{{ end }}
{{ end }}