mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 13:02:14 +08:00
parent
542be2fe77
commit
6f70d9bb57
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user