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

taxonomy.html « _default « layouts - github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea0c32f12e210c896fa35df9e919392d867d64f9 (plain)
1
2
3
4
5
6
{{ define "main" }}
<h1>#{{ .Title }}</h1>
{{ range (.Paginator 10).Pages.ByDate.Reverse }}
{{ partial "listPage" . }}
{{ end }}
{{ end }}