{{define "topbar" -}}
home
{{- range $s, $section := $.sections -}}
{{- with $sectionBoards := sectionBoards $section.ID -}} {{range $b, $board := $sectionBoards -}} /{{$board.Dir}}/ {{- end -}} {{- end -}}
{{- end -}}
{{- end -}}