From 1549b43acd91cbfb62d094e22b9ddd455a948af5 Mon Sep 17 00:00:00 2001 From: im7mortal Date: Sun, 1 May 2016 00:36:49 +0300 Subject: [PATCH] docs: update readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c08556f..c940a107 100644 --- a/README.md +++ b/README.md @@ -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