{{define "list of hyphae"}}List of hyphae{{end}} {{define "title"}}{{template "list of hyphae"}}{{end}} {{define "body"}}

{{template "list of hyphae"}}

{{block "x total" .HyphaCount}}{{.}} total.{{end}}

    {{range .Entries}}
  1. {{beautifulName .Name}} {{if .Ext}}{{.Ext}}{{end}}
  2. {{end}}
{{end}}