From efd433ddc201e7810c05ffa2be04bff24784bc91 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Fri, 15 Nov 2024 15:25:05 +0100 Subject: [PATCH] footer compoonent --- internal/view/layout/base.templ | 18 ++++++++------ internal/view/layout/base_templ.go | 40 +++++++++++++++++++++++++----- 2 files changed, 45 insertions(+), 13 deletions(-) diff --git a/internal/view/layout/base.templ b/internal/view/layout/base.templ index ec06d32..0afecd1 100644 --- a/internal/view/layout/base.templ +++ b/internal/view/layout/base.templ @@ -1,8 +1,10 @@ package layout +const appName = "🏨 RentEase" + templ BaseLayout() { - + @head() @navbar() @@ -66,7 +68,7 @@ templ navbar() {
  • Reports
  • - 🏨 RentEase + { appName }