gin/render
Ganlv 7164a53b54 Add LoadHTMLGlobAppend and LoadHTMLFilesAppend to gin.Engine
Load new html templates to the exists HTMLRender.
This method won't create a new template instance.
So we can load templates from different path and use
golang template `define` tag to give the templates
proper name. Golang's `filepath.Glob` doesn't
support glob dir recursively. This method may be
helpful.

May be related with #1296.
2019-04-23 22:38:14 +08:00
..
2018-09-15 10:23:32 +08:00
2018-09-15 10:23:32 +08:00
2019-01-18 09:32:53 +08:00
2018-09-15 10:23:32 +08:00
2019-01-18 09:32:53 +08:00
2018-08-20 15:15:31 +08:00
2019-01-18 09:32:53 +08:00
2018-09-15 10:23:32 +08:00
2019-01-18 09:32:53 +08:00