Format template
This commit is contained in:
@@ -22,7 +22,9 @@
|
|||||||
{{ if templates.Exists "partials/paige/main-first.html" }}
|
{{ if templates.Exists "partials/paige/main-first.html" }}
|
||||||
{{ partial "paige/main-first.html" $page }}
|
{{ partial "paige/main-first.html" $page }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ block "main" $page }}{{ end }}
|
{{ block "main" $page }}{{ end }}
|
||||||
|
|
||||||
{{ if templates.Exists "partials/paige/main-last.html" }}
|
{{ if templates.Exists "partials/paige/main-last.html" }}
|
||||||
{{ partial "paige/main-last.html" $page }}
|
{{ partial "paige/main-last.html" $page }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user