{{ define "main" }} {{ if isset .Site.Params "description" }}
{{ .Site.Params.Description | markdownify }}

{{end}}
{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }} {{ range (.Paginate $pages 6).Pages }}
{{ partial "summary.html" . }}
{{ end }}
{{ end }} {{ define "footer" }} {{ partial "list-footer.html" . }} {{ end }}