From 07f7a50b77a7ef57f5eac6a3e36fb39304870b4f Mon Sep 17 00:00:00 2001 From: H3ALY Date: Wed, 29 Oct 2025 15:19:07 +0000 Subject: [PATCH] ToDo job --- internal/helpers/template/build.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/helpers/template/build.go b/internal/helpers/template/build.go index a2e2348..795e22b 100644 --- a/internal/helpers/template/build.go +++ b/internal/helpers/template/build.go @@ -47,6 +47,7 @@ func TemplateContext(w http.ResponseWriter, r *http.Request, data models.Templat } } +// ToDo the funcs need breaking up getting large func TemplateFuncs() template.FuncMap { return template.FuncMap{ "plus1": func(i int) int { return i + 1 },