{{define "body"}} {{$catName := .CatName}}

{{block "cat" .}}Category{{end}} {{beautifulName $catName}}

{{if len .Hyphae | not}}

{{block "empty cat" .}}This category is empty{{end}}

{{end}}
{{end}}