From 41a764939be44194364c5ebd41b975b4979cc8dc Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 9 Jun 2025 19:21:29 -0300 Subject: [PATCH] feat: landing page template --- templates/landing.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/landing.html diff --git a/templates/landing.html b/templates/landing.html new file mode 100644 index 0000000..f4e723c --- /dev/null +++ b/templates/landing.html @@ -0,0 +1,20 @@ +{{define "landing"}} {{template "layout-page-start" (args "Title" +"ComicVerse")}} +
+
+

Welcome back

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