{{/* A copy of the toc.html partial in Docsy, modified to: * show the page's title instead of "on this page" */ -}} {{/* 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 ``) -}}
{{ .Params.Title }}
{{ $toc | safeHTML }} {{ end -}} {{ end -}}
{{/* */ -}}