diff --git a/templates/layouts/layout_base.html b/templates/layouts/layout_base.html index 78b36de..cb3e441 100644 --- a/templates/layouts/layout_base.html +++ b/templates/layouts/layout_base.html @@ -10,6 +10,9 @@ + {{end}} {{define "layout-base-end"}} diff --git a/templates/layouts/layout_page.html b/templates/layouts/layout_page.html index a0ad94c..ad7161d 100644 --- a/templates/layouts/layout_page.html +++ b/templates/layouts/layout_page.html @@ -1,7 +1,7 @@ {{define "layout-page-start"}} {{template "layout-base-start" (args "Title" .Title)}} -
+ {{end}} {{define "layout-page-end"}}