Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list.html « _default « layouts - github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbfa4b13307a6daef496f660ee31d3da29cc7b1c (plain)
1
2
3
4
5
6
7
{{ define "main" }}
<div class="list-page">
{{ range (.Paginator 10).Pages }}
{{ partial "listPage" . }}
{{ end }}
</div>
{{ end }}