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 },