shared-bulma-theme/layouts/index.html

9 lines
193 B
HTML
Raw Normal View History

{{ define "main" }}
{{ $paginator := .Paginate (where .Data.Pages "Section" "entry") 3 }}
{{ range $paginator.Pages }}
{{ .Render "summary" }}
{{ end }}
{{ partial "pagination" . }}
{{ end }}