mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +08:00
Merge 6f70d9bb57da143d13fef2076261885e7ef05259 into 565e1e0c87cee5ae4e9a90a62c34f3e83126ee97
This commit is contained in:
commit
7c8a079fef
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user