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: eb7c0cdd4c9db23b4476d49b35be285cab3b1367 (plain)
1
2
3
4
5
6
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ range (.Paginator 10).Pages }}
{{ partial "listPage" . }}
{{ end }}
{{ end }}