mirror of
https://github.com/yuzu-emu/shared-bulma-theme
synced 2024-11-24 00:34:28 +00:00
11 lines
No EOL
218 B
HTML
11 lines
No EOL
218 B
HTML
{{ define "main" }}
|
|
{{ $paginator := .Paginate .Data.Pages }}
|
|
|
|
{{ range $paginator.Pages }}
|
|
<section class="section">
|
|
{{ .Render "summary" }}
|
|
</section>
|
|
{{ end }}
|
|
|
|
{{ partial "pagination" . }}
|
|
{{ end }} |