#567, #583 Added a link in a summary about multitemplate render

This commit is contained in:
im7mortal 2016-05-01 00:36:49 +03:00
parent 542be2fe77
commit 6f70d9bb57

View File

@ -546,6 +546,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 #### Redirects
Issuing a HTTP redirect is easy: Issuing a HTTP redirect is easy: