{{ define "main" }}
{{ with .Content }}{{ . }}{{ end }} {{ $postSections := ($.Param "postSections" | default (slice "posts")) }} {{ $paginator := .Paginate ( where .Site.RegularPages "Type" "in" $postSections ) }} {{ range $paginator.Pages }} {{ .Render "summary" }} {{ end }} {{ partial "pagination" . }} {{ if (.Param "authorbox") }}{{ partialCached "authorbox" . }}{{ end }}
{{ end }}