{{ define "main" }} {{ $type := (.Type) }} {{ $cfg := (index (site.Params.taxonomy) ($type)) }} {{ $coverSize := ($cfg.cover.size) }} {{ $avatarSize := ($cfg.cover.avatar.size) }} {{ (partial "breadcrumb" .) }}
{{ range $k, $v := (.Data.Terms.Alphabetical) }} {{ $name := (.Name) }}{{ $count := (.Count) }} {{ with (site.GetPage (printf "/%s/%s" ($type) ($name))) }} {{ $email := ((.Params.info.email) | default ((delimit (shuffle (seq 11 99)) "") | md5)) }} {{ $avatarID := (($email) | md5) }} {{ $bg := ((.Params.background) | default "bg-body-tertiary") }} {{ $clr := ((.Params.color) | default "link-secondary") }}
{{ end }} {{ end }}
{{ end }}