Repos » blog.jread.com » themes » jwr » layouts » _default » list.html

{{ define "main" }} list.html

<section>
	{{- .Content -}}
</section>
<section>
	{{ range .Paginator.Pages }}
	<div>
		{{ .Render "summary" }}
	</div>
	{{ end }}
</section>
{{- template "_internal/pagination.html" . -}}

{{ end }}