From 916bf77dc9e0b8207c75cbebc5c35e5d12470bd6 Mon Sep 17 00:00:00 2001 From: Bagas Aulia Rezki Date: Mon, 9 Sep 2024 22:15:56 +0700 Subject: [PATCH] Add logic to load main script only if not already loaded --- view/client/layout/base.templ | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/view/client/layout/base.templ b/view/client/layout/base.templ index 368bc7f..871d10a 100644 --- a/view/client/layout/base.templ +++ b/view/client/layout/base.templ @@ -41,6 +41,18 @@ templ BaseAuth(title string){
{ children... }
+ }