Files
sumup/themes/basic/layouts/posts/list.html

10 lines
188 B
HTML
Raw Normal View History

{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ range (.Paginator).Pages }}
{{ partial "post_summary.html" . }}
{{ end }}
{{ template "_internal/pagination.html" . }}
{{ end }}