diff options
Diffstat (limited to 'layouts/section_page/single.html')
-rw-r--r-- | layouts/section_page/single.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/section_page/single.html b/layouts/section_page/single.html new file mode 100644 index 0000000..1f550d3 --- /dev/null +++ b/layouts/section_page/single.html @@ -0,0 +1,8 @@ +{{ define "main" }} +{{ partial "hero.html" . }} + +{{ range .Resources.ByType "page" }} +{{ partial "open_section.html" . }} +{{ end }} + +{{ end }} |