16114762 by odiel

Update template.go

Adding assets_js, assets_css template functions
1 parent 0bdd400f
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!