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

{{ .Content }}

{{ partial "reading.html" }}
{{ end }}