diff --git a/README.md b/README.md index 19d9088b..71fb5320 100644 --- a/README.md +++ b/README.md @@ -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: