yosssi / ace

HTML template engine for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add function to template

audreylim opened this issue · comments

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

Thanks!