From d732e5b90fefbf302c9ac40403725c6c310fd218 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 6 Feb 2023 19:35:38 -0800 Subject: [PATCH] Format template --- layouts/_default/baseof.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c3eaf6d7..a67c5a48 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -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 }}