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: 2db2af7b7f111c37d61ad351ee2e93568ab87ae4 (plain)
1
2
3
4
5
6
7
8
9
10
{{ partial "header.html" . }}
<h2>{{ .Title }}</h2>
<div id="content">
  {{ range $index, $page := (.Paginate (where .Site.RegularPages "Type" "in" site.Params.mainSections)).Pages }}
  {{ if ne $index 0 }}
  {{ end }}
  {{ .Render "li" }}
  {{ end }}
</div>
{{ partial "footer.html" . }}