From ac4c681b7cd56eddeae72122cbfa9b2bab948935 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 6 Mar 2025 16:54:36 -0300 Subject: [PATCH] feat: page layout --- templates/layouts/layout_page.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/layouts/layout_page.html diff --git a/templates/layouts/layout_page.html b/templates/layouts/layout_page.html new file mode 100644 index 0000000..2e329ba --- /dev/null +++ b/templates/layouts/layout_page.html @@ -0,0 +1,16 @@ +{{define "layout-page-start"}} +{{template "layout-base-start" (args "Title" .Title)}} + + +
+

Comicverse

+ +
+ {{end}} + {{define "layout-page-end"}} + + +{{template "layout-base-end"}} +{{end}}