From 5b52d269faa2ce2014d0feba603a2122361cf4eb Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Fri, 29 Apr 2022 10:36:43 -0700 Subject: general layout organization --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index a08ed57..e7d79bd 100644 --- a/main.go +++ b/main.go @@ -102,11 +102,10 @@ func main() { /* Routing and templates */ template := html.New("./views", ".html") + template.Debug(true) TemplateFunctions(template) - template.Reload(true) - app := fiber.New(fiber.Config{ AppName: "FChannel", Views: template, -- cgit v1.2.3