{{ partial "article_first" . }} {{ $paginator := .Paginate (where .Site.Pages "Type" "post") }} {{ range $paginator.Pages }} {{ $s := path.Dir (.Permalink | relURL) }} {{ $t := index (split $s "/") 5 }} {{ if $t }}
{{ if and (isset .Params "banner") (not (eq .Params.banner "")) }} {{ partial "article_header" . }}

{{ .Summary }} ...

Read more

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