{{define "title"}}Help Topics{{end}} {{define "content"}}

Help Topics {{len .Topics}} {{pluralise (len .Topics) "topic" "topics"}}

{{if .Groups}} {{range .Groups}}

{{.Tag}}

{{range .Topics}}

{{.Title}}

{{if .Tags}}
{{range .Tags}}{{.}}{{end}}
{{end}} {{if .Content}}

{{truncate .Content 120}}

{{end}}
{{end}} {{end}} {{else}}

No topics available.

{{end}} {{end}}