{{ define "main" }}
{{ .Site.Params.taxonomy_text_copy | default "Below you will find pages that utilize the taxonomy term" }} “{{ .Title }}”
{{ range .Paginator.Pages }}
{{ if .Site.Params.list_post_summary_with_image }} {{- partial "summary-with-image.html" . -}} {{ else }} {{- partial "summary.html" . -}} {{ end }}
{{ end }}
{{- template "_internal/pagination.html" . -}} {{ end }}