{{ define "main" }} <main> <div> <!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md --> {{ .Content }} </div> <div> {{ range .Paginator.Pages }} {{ .Render "summary" }} {{ end }} {{ template "_internal/pagination.html" . }} </div> </main> {{ end }}