{{ $section := . }} {{ template "section-tree-nav-pages" . }} {{ template "section-tree-nav" $section }} {{ define "section-tree-nav" }} {{ $sections := where .Sections ".Params.toc_hide" "!=" true }} {{ range $sections }}
{{ if ge (len .Content) 10 }} {{/* The section page has content, so link to it. */}} {{ end }} {{ template "section-tree-nav-pages" . }} {{ template "section-tree-nav" . }}
{{ end }} {{ end }} {{ define "section-tree-nav-pages" }} {{ range where .Pages ".Params.toc_hide" "!=" true }} {{ end }} {{ end }}