-
{{ range .Paginator.Pages }}
- {{ .Title }}
{{ partial "summary.html" . }}
{{ end }}
---
title: Section page templates
linkTitle: Section templates
description: Use section templates to list members of a section.
categories: [templates]
keywords: [lists,sections,templates]
menu:
docs:
parent: templates
weight: 80
weight: 80
toc: true
aliases: [/templates/sections/]
---
## Add content and front matter to section templates
To effectively leverage section page templates, you should first understand Hugo's [content organization](/content-management/organization/) and, specifically, the purpose of `_index.md` for adding content and front matter to section and other list pages.
## Section template lookup order
See [Template Lookup](/templates/lookup-order/).
## Example: creating a default section template
{{< code file=layouts/_default/section.html >}}
{{ define "main" }}
{{ range .Paginator.Pages }}
{{ partial "pagination.html" . }}