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

index.html « _default « layouts - github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab0981267395c5398e6ce93c7667954837b78e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{{ define "main" }}

{{ .Content }}

{{ if .Params.Listpage }}

{{ with .Site.GetPage .Params.Listpage }}

{{ range .Pages }}

{{ partial "preview-post.html" (dict "page" . "full" "true") }}

{{ end }}

{{ end }}

{{ end }}

{{ end }}