mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 12:55:42 +01:00
b0192b2ec2
Implement hero layout, better content layouts
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 }} |