Files
scuolaorchestra/themes/alpha-church/layouts/_default/baseof.html
2021-02-16 16:29:19 +01:00

13 lines
282 B
HTML

{{ partial "header" . .Section "list" }}
{{ partialCached "nav" . .Section }}
{{ block "main" . }}
{{ end }}
{{ partialCached "footer" . }}
{{ if .IsPage }}
{{ partialCached "scripts" . .Section "single" }}
{{ else }}
{{ partialCached "scripts" . .Section "list" }}
{{ end }}