From 3c7243b976c2e799e82a35cd2e6785eeb24e85b0 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Mon, 24 Jun 2024 15:39:38 -0300 Subject: [PATCH] feat: placeholder info and index page --- layouts/page.templ | 6 ++++- pages/index.templ | 60 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/layouts/page.templ b/layouts/page.templ index 6598ed3..67c571c 100644 --- a/layouts/page.templ +++ b/layouts/page.templ @@ -2,7 +2,7 @@ package layouts templ Page(title string) { - + + { title } diff --git a/pages/index.templ b/pages/index.templ index 03b31f5..e8329cf 100644 --- a/pages/index.templ +++ b/pages/index.templ @@ -6,6 +6,64 @@ import ( templ Index() { @layouts.Page("013") { -

Hello, world

+ +
+ +
} }