{{define "title"}}Category list{{end}} {{define "body"}}

{{template "title"}}

{{if len .Categories}} {{else}}

{{block `no categories` .}}This wiki has no categories.{{end}}

{{end}}
{{end}}