aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/section_page/single.html
blob: 1f550d3b2d8ec7fff572e54698eb248cade09806 (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}
{{ partial "hero.html" . }}

{{ range .Resources.ByType "page" }}
{{ partial "open_section.html" . }}
{{ end }}

{{ end }}