{{$currentNode := .}} {{define "section" }} {{with .page}}
  • {{.Title}}
  • {{ $url := printf "%s#" .URL }}
  • {{replace .TableOfContents "#" $url | safeHTML}}
  • {{end}} {{end}}