浏览代码

docs: update readme for multiple template package. (#786)

Bo-Yi Wu 9 年之前
父节点
当前提交
8191cdf5d6
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -621,6 +621,9 @@ func main() {
 }
 }
 ```
 ```
 
 
+### Multitemplate
+
+Gin allow by default use only one html.Template. Check [a multitemplate render](https://github.com/gin-contrib/multitemplate) for using features like go 1.6 `block template`.
 
 
 ### Redirects
 ### Redirects