catbase
    {{- $currentPage := .CurrentPage -}} {{range .Items}}
  • {{ if (eq $currentPage .Name) }} {{.Name}} {{ else }} {{.Name}} {{ end }}
  • {{end}}