+ {{- $max := 0 -}}
+ {{- range .Data.Terms.Alphabetical -}}
+ {{- if gt .Count $max }}{{ $max = .Count }}{{ end -}}
+ {{- end -}}
+
+ {{- range .Data.Terms.ByCount -}}
+ {{- $weight := div (mul .Count 100) $max -}}
+ {{- $size := add 80 (div (mul $weight 120) 100) -}}
+
+ {{ .Page.Title }}
+ {{ .Count }}
+
+ {{- end }}
+
+