mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 19:55:39 +01:00
11 lines
225 B
HTML
11 lines
225 B
HTML
{{ define "main" }}
|
|
{{ $paginator := .Paginate .Data.Pages }}
|
|
|
|
{{ range $paginator.Pages }}
|
|
<section class="section">
|
|
{{ .Render "summary" }}
|
|
</section>
|
|
{{ end }}
|
|
|
|
{{ partial "layout/pagination" . }}
|
|
{{ end }} |