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

list.html « _default « layouts - github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91257706bcc2a049d8a901781b856a749a8ac62a (plain)
1
2
3
4
5
6
7
8
{{ partial "header.html" . }}
<h2>{{ .Title }}</h2>
{{ range $index, $page := (.Paginate (where .Data.Pages "Type" "post")).Pages }}
{{ if ne $index 0 }}
{{ end }}
{{ .Render "li" }}
{{ end }}
{{ partial "footer.html" . }}