- 
    {{ partial "article-list.html" (dict "Pages" .Data.Pages) }}
  
Other {{ .Data.Plural }}
      {{ $terms := index .Site.Taxonomies .Data.Plural }}
      {{ range $term, $pages := $terms }}
        {{ if ne $term $.Title }}
        {{ with $.Site.GetPage (printf "/%s/%s" $.Data.Plural ($term | urlize)) }}
        
          {{ .Title }}
        
        {{ end }}
        {{ end }}
      {{ end }}