First commit
This commit is contained in:
12
themes/alpha-church/layouts/_default/baseof.html
Normal file
12
themes/alpha-church/layouts/_default/baseof.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ partial "header" . .Section "list" }}
|
||||
{{ partialCached "nav" . .Section }}
|
||||
|
||||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ partialCached "footer" . }}
|
||||
{{ if .IsPage }}
|
||||
{{ partialCached "scripts" . .Section "single" }}
|
||||
{{ else }}
|
||||
{{ partialCached "scripts" . .Section "list" }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user