summaryrefslogtreecommitdiffstats
path: root/layouts/blog/list.html
blob: 8106de32b2c8091e2467e0e72cceff988f224825 (plain) (blame)
1
2
3
4
5
6
7
{{ define "main" }}
<h2>{{ with .Site.GetPage "section" "blog" }}{{ .Title }}{{ end }}</h2>

{{ .Content }}

{{ partial "posts.html" }}
{{ end }}