Repos » blog.jread.com » themes » jwr » layouts » _default » list.html
- _markup
- baseof.html (mimetype not supported)
- list.html
- rss.xml (mimetype not supported)
- single.html
- taxonomy.html
- terms.html
{{ define "main" }} list.html
<section>
{{- .Content -}}
</section>
<section>
{{ range .Paginator.Pages }}
<div>
{{ .Render "summary" }}
</div>
{{ end }}
</section>
{{- template "_internal/pagination.html" . -}}
{{ end }}
