mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:30:56 +00:00
Update template.go
Adding assets_js, assets_css template functions
This commit is contained in:
parent
0bdd400fe7
commit
1611476288
@ -34,6 +34,8 @@ func init() {
|
||||
beegoTplFuncMap["htmlquote"] = Htmlquote
|
||||
beegoTplFuncMap["htmlunquote"] = Htmlunquote
|
||||
beegoTplFuncMap["renderform"] = RenderForm
|
||||
beegoTplFuncMap["assets_js"] = AssetsJs
|
||||
beegoTplFuncMap["assets_css"] = AssetsCss
|
||||
|
||||
// go1.2 added template funcs
|
||||
// Comparisons
|
||||
|
Loading…
Reference in New Issue
Block a user