docs: update readme.

This commit is contained in:
im7mortal 2016-05-01 00:36:49 +03:00 committed by Bo-Yi Wu
parent cc2b75f830
commit 1549b43acd

View File

@ -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