rebuilt template lookup to use a configured template directory before the builtins

This commit is contained in:
2025-09-17 12:23:33 -06:00
parent 9e5a24e03d
commit 9345e95b12
5 changed files with 20 additions and 40 deletions
+1
View File
@@ -35,6 +35,7 @@ func setupEcho() *echo.Echo {
// main is Ye Olde Main Function.
func main() {
ui.SetupTemplates()
e := setupEcho()
e.Logger.Fatal(e.Start(":1323"))