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

list.html « _default « layouts - github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e4913dd8fa98bc8088eb28ef4958acc084eeace (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
	{{- partial "page/search.html" . -}}
	<article class="content">
		{{.Content}}
	</article>
	{{ range .Paginator.Pages }}
		{{- partial "post/summary.html" . -}}
	{{ end }}
	{{- partial "page/pagination.html" . -}}
{{ end }}