{{ define "main" }}

Themes

{{ len .Data.Terms }} threads running through the garden

{{- $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 }}
{{ end }}