Closed audreylim closed 9 years ago
Is it possible to add functions to the template generated by ace? http://golang.org/pkg/html/template/#Template.Funcs
Yes, set template.FuncMap to the ace.Options's FuncMap. http://godoc.org/github.com/yosssi/ace#Options
template.FuncMap
ace.Options
FuncMap
Thanks!
Is it possible to add functions to the template generated by ace? http://golang.org/pkg/html/template/#Template.Funcs