{{if and (.Get "term") (.Get "section")}} {{$term := .Get "term"}} {{$section := .Get "section"}} {{ $taxonomy := .Get "taxonomy" }}
{{ if .Get "icon" }}
{{ end }}

{{ humanize $term }}

{{ range $index, $value := $.Site.Taxonomies }} {{ if eq $taxonomy $index}} {{ range first 5 (where (index $value $term).Pages "Section" $section) }} {{ .Render "summary" }} {{ end }} {{ end }} {{ end }}
{{ if eq $term "news" }} {{ end }}
{{ end }}