{{ $paginator := .Paginate (where .Data.Pages "Section" "in" .Site.Params.mainSections) }} {{ range $paginator.Pages }}
{{ if and (isset .Params "banner") (not (eq .Params.banner "")) }} {{ partial "article_header" . }}

{{ .Description | default .Summary }}

{{with .Site.Data.l10n.articles.read_more}}{{.}}{{end}}

{{ partial "article_footer" . }}
{{ end }} {{ partial "pagination" . }}