{{define "category x"}}Category {{. | beautifulName}}{{end}} {{define "category card"}} {{$hyphaName := .HyphaName}} {{end}} {{define "category page"}} {{$catName := .CatName}}

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

{{if len .Hyphae | not}}

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

{{end}}
{{end}} {{define "category list"}}

{{block `category list heading` .}}Category list{{end}}

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

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

{{end}}
{{end}}