{{ if .Content }} {{ if and .Params.paige.toc (ne .TableOfContents ``) }}
{{ .TableOfContents }}
{{ end }}
{{ .Content | replaceRE `()` `${1}${3}` | safeHTML }}
{{ end }}