Format template

This commit is contained in:
Will Faught
2023-02-06 19:35:38 -08:00
parent 87c005303c
commit d732e5b90f

View File

@@ -22,7 +22,9 @@
{{ if templates.Exists "partials/paige/main-first.html" }}
{{ partial "paige/main-first.html" $page }}
{{ end }}
{{ block "main" $page }}{{ end }}
{{ if templates.Exists "partials/paige/main-last.html" }}
{{ partial "paige/main-last.html" $page }}
{{ end }}