mirror of
https://github.com/astaxie/beego.git
synced 2025-07-04 03:00:18 +00:00
Add renderform template function
This commit is contained in:
@ -31,6 +31,7 @@ func init() {
|
||||
beegoTplFuncMap["str2html"] = Str2html
|
||||
beegoTplFuncMap["htmlquote"] = Htmlquote
|
||||
beegoTplFuncMap["htmlunquote"] = Htmlunquote
|
||||
beegoTplFuncMap["renderform"] = RenderForm
|
||||
}
|
||||
|
||||
// AddFuncMap let user to register a func in the template
|
||||
|
Reference in New Issue
Block a user