{{ define "help-outline-topics" }}
{{ if .Help }}{{ range $i, $h := .Help }}{{ $path := printf "%s-%d" $.Path $i }}
-
{{ $h.Title }}
{{ template "help-outline-topics" (dict "Help" $h.Children "AppID" $.AppID "CleanID" $.CleanID "Path" $path) }}
{{ end }}
{{ end }}
{{ end }}
{{ define "help-sections-h3" }}
{{ range $i, $h := .Help }}{{ $path := printf "%s-%d" $.Path $i }}
{{ $h.Title }}
{{ $h.Contents }}
{{ template "help-sections-h4" (dict "Help" $h.Children "AppID" $.AppID "CleanID" $.CleanID "Path" $path) }}
{{ end }}
{{ end }}
{{ define "help-sections-h4" }}
{{ range $i, $h := .Help }}{{ $path := printf "%s-%d" $.Path $i }}
{{ $h.Title }}
{{ $h.Contents }}
{{ template "help-sections-h5" (dict "Help" $h.Children "AppID" $.AppID "CleanID" $.CleanID "Path" $path) }}
{{ end }}
{{ end }}
{{ define "help-sections-h5" }}
{{ range $i, $h := .Help }}{{ $path := printf "%s-%d" $.Path $i }}
{{ $h.Title }}
{{ $h.Contents }}
{{ template "help-sections-h6" (dict "Help" $h.Children "AppID" $.AppID "CleanID" $.CleanID "Path" $path) }}
{{ end }}
{{ end }}
{{ define "help-sections-h6" }}
{{ range $i, $h := .Help }}{{ $path := printf "%s-%d" $.Path $i }}
{{ $h.Title }}
{{ $h.Contents }}
{{ template "help-sections-h6" (dict "Help" $h.Children "AppID" $.AppID "CleanID" $.CleanID "Path" $path) }}
{{ end }}
{{ end }}