From 6f70d9bb57da143d13fef2076261885e7ef05259 Mon Sep 17 00:00:00 2001 From: im7mortal Date: Sun, 1 May 2016 00:36:49 +0300 Subject: [PATCH] #567, #583 Added a link in a summary about multitemplate render --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8023dc5a..9b91c009 100644 --- a/README.md +++ b/README.md @@ -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 Issuing a HTTP redirect is easy: