{{ define "section-tree-nav" }} {{ $currentNode := .currentNode }} {{ $currentFileUniqueID := "" }} {{ $level := .level }} {{ with $currentNode.File }}{{ $currentFileUniqueID = .UniqueID }}{{ end }} {{ with $currentNode.File }}{{ $currentFileUniqueID = .UniqueID }}{{ end }} {{with .sect}} {{if .IsSection }} {{ $isCurrent := .InSection $currentNode }}
  • {{or .Params.menuTitle .LinkTitle .Title}} {{ $numberOfPages := (add (len .Pages) (len .Sections)) }} {{ if ne $numberOfPages 0 }} {{ end }}
  • {{else}} {{ $isCurrent := eq .File.UniqueID $currentFileUniqueID }} {{ end }} {{ end }} {{ end }}