{{/* Always render the td-toc element. ScrollSpy is counting on it to exist, even if it's empty. cSpell:ignore notoc */ -}}
{{ if not .Params.notoc -}} {{ $toc := .TableOfContents -}} {{ if and $toc (ne $toc ``) -}}
{{ i18n "toc_on_this_page" }}
{{ $toc | safeHTML }} {{ end -}} {{ end -}}
{{/* */ -}}