mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-09-09 21:43:00 +02:00
12 lines
347 B
HTML
12 lines
347 B
HTML
{{ define "main" }}
|
|
|
|
{{ partial "banner" site.Data.banner }}
|
|
{{ partial "spotlight" site.Data.spotlight1 }}
|
|
{{ partial "spotlight" site.Data.spotlight2 }}
|
|
{{ partial "spotlight" site.Data.spotlight3 }}
|
|
{{ partial "items" site.Data.items }}
|
|
{{ partial "elements" . }}
|
|
{{ partial "elements_reference" . }}
|
|
{{ partial "footer" . }}
|
|
|
|
{{ end }} |