{{ $scratch := newScratch }} {{ $scratch.Delete "custom" }} {{ range $name, $value := .taxo }} {{ $scratch.Add "custom" (slice (dict "Name" $name "Value" $value "Num" (len $value))) }} {{ end }} {{ range sort ($scratch.Get "custom") ".Num" "desc" }} {{ $taxaTypeName := .Name }}

{{ $taxaTypeName | humanize }}

{{ $this_taxa := index $.taxo .Name }}
{{ range $this_taxa.ByCount }} {{ $taxaValueName := .Page.Title }} {{ .Page.Title }} {{ end }}
{{ end }}