We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2eed0 commit 472bf1eCopy full SHA for 472bf1e
templates.go
@@ -34,6 +34,7 @@ func CreateTemplate(w http.ResponseWriter) (templ *Template, err error) {
34
Bag: make(map[string]interface{}),
35
FuncMap: template.FuncMap{},
36
}
37
+ SetTemplate(templ)
38
39
return
40
0 commit comments