{{ partial "title.html" . }}

{{ if .Content }}
{{ if isset .Params "status" }}
Status Category Authors
{{ .Params.status }} {{ .Params.category }} {{ .Params.author }}
{{ if .Params.toc }}
Table of Contents
{{ end }} {{ end }} {{.Content}}
{{ else }}
    {{ template "section-tree-nav" dict "sect" . "currentnode" $currentNode }}
{{ end }}
{{ define "section-tree-nav" }} {{ $showvisitedlinks := .showvisitedlinks }} {{ $currentNode := .currentnode }} {{with .sect}} {{safeHTML .Params.head}} {{ $fileUniqueID := "" }} {{ with .File }} {{ $fileUniqueID = .UniqueID }} {{ end }} {{ $currentNodeFileUniqueID := "" }} {{ with $currentNode.File }} {{ $currentNodeFileUniqueID = .UniqueID }} {{ end }}
  • {{ safeHTML .Params.Pre }} {{ or .Params.menuTitle .LinkTitle .Title }} {{ safeHTML .Params.Post }} {{ $numberOfPages := (add (len .Pages) (len .Sections)) }} {{ if ne $numberOfPages 0 }} {{ end }}
  • {{ end }} {{ end }}