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

This commit is contained in:
Bo-Yi Wu 2017-01-05 12:22:32 +08:00 committed by GitHub
parent cc2b75f830
commit 8191cdf5d6
1 changed files with 3 additions and 0 deletions

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