Merge 6f70d9bb57da143d13fef2076261885e7ef05259 into 565e1e0c87cee5ae4e9a90a62c34f3e83126ee97

This commit is contained in:
Peter 2017-01-02 14:03:49 +00:00 committed by GitHub
commit 7c8a079fef

View File

@ -590,6 +590,11 @@ func main() {
```
#### Multitemplate
Gin allow by default use only one html.Template. Check [a multitemplate render](https://github.com/gin-gonic/contrib/tree/master/renders/multitemplate) for using features like go 1.6 "block" template.
#### Redirects
Issuing a HTTP redirect is easy: