Update template.go
Adding assets_js, assets_css template functions
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -34,6 +34,8 @@ func init() { | ... | @@ -34,6 +34,8 @@ func init() { |
| 34 | beegoTplFuncMap["htmlquote"] = Htmlquote | 34 | beegoTplFuncMap["htmlquote"] = Htmlquote |
| 35 | beegoTplFuncMap["htmlunquote"] = Htmlunquote | 35 | beegoTplFuncMap["htmlunquote"] = Htmlunquote |
| 36 | beegoTplFuncMap["renderform"] = RenderForm | 36 | beegoTplFuncMap["renderform"] = RenderForm |
| 37 | beegoTplFuncMap["assets_js"] = AssetsJs | ||
| 38 | beegoTplFuncMap["assets_css"] = AssetsCss | ||
| 37 | 39 | ||
| 38 | // go1.2 added template funcs | 40 | // go1.2 added template funcs |
| 39 | // Comparisons | 41 | // Comparisons | ... | ... |
-
Please register or sign in to post a comment