{{- /* list.html (layout): Defines the main HTML structure for the Alpha list layout. Includes: - Page `

` - The Content block - the paginator partial All elements and visual appearance apart must be set by the use of shortcodes, markdown and frontmatter. Repo: https://github.com/oxypteros/alpha */ -}} {{- define "main" }}

{{- .Title | safeHTML -}}

{{ .Content }} {{- partial "components/paginator.html" . }}
{{- end }}