ToDo job
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user