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: b8f241da372b403fed89bdd342e5684b17ad7f6f (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 }}