{{ .Content }}
        
    
        {{ $paginator := .Paginate (where (where (where .Site.RegularPages "Type" "!=" "contact") "Type" "!=" "archive") "Type" "!=" "about") }}
        {{ range $paginator.Pages }}
        {{ .Render "summary" }}
        {{ end }}
    
    {{ partial "pagination/pagination" . }}