mirror of
https://github.com/yuzu-mirror/shared-bulma-theme.git
synced 2026-03-17 07:34:38 +01:00
9 lines
193 B
HTML
9 lines
193 B
HTML
{{ define "main" }}
|
|
{{ $paginator := .Paginate (where .Data.Pages "Section" "entry") 3 }}
|
|
|
|
{{ range $paginator.Pages }}
|
|
{{ .Render "summary" }}
|
|
{{ end }}
|
|
|
|
{{ partial "pagination" . }}
|
|
{{ end }} |