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

list.html « _default « layouts - github.com/ijsucceed/onepress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b803d5232f88b54386a1da20eb00cd7343808431 (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}
	{{ partial "post-list.html"  . }}
	{{ partial "pagination.html" . }}
{{ end }}

{{ define "widgets" }}
	{{ partial "widgets.html" . }}
{{ end }}