{{define "edit category x"}}Edit category {{beautifulName .}}{{end}} {{define "title"}}{{template "edit category x" .CatName}}{{end}} {{define "body"}}

{{block "edit category heading" .CatName}}Edit category {{beautifulName .}}{{end}}

{{if len .Hyphae | not}}

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

{{end}} {{if .GivenPermissionToModify}}

{{block "add to category title" .}}Add a hypha to the category{{end}}

{{if len .Hyphae}}

{{block "remove hyphae" .}}Remove hyphae from the category{{end}}

    {{range .Hyphae}}
  1. {{end}}
{{end}}{{end}}
{{end}}