{{ define "section-tree-nav" }} {{ range .Sections}}
  • {{ .Title }} {{if gt (len .Sections) 0}} add_box {{end}}
  • {{ end }} {{ end }}