mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 22:26:26 +01:00
misspell
parent
26a1071427
commit
e246c93a05
2
View.md
2
View.md
|
@ -1,4 +1,4 @@
|
|||
Iris offers support for **6 template parsers out of the box** through its universal [View Engine](https://godoc.org/github.com/kataras/iris/view#Engine). Of course developers can stil use various go template parsers as the `Context.ResponseWriter()` completes the `http.ResponseWriter` and `io.Writer`.
|
||||
Iris offers support for **6 template parsers out of the box** through its universal [View Engine](https://godoc.org/github.com/kataras/iris/view#Engine). Of course developers can still use various go template parsers as the `Context.ResponseWriter()` completes the `http.ResponseWriter` and `io.Writer`.
|
||||
|
||||
Iris puts some common rules and features that their original parsers don't support by default. For example we have support for `yield`, `render`, `render_r`, `current`, `urlpath` template funcs and `Layouts` and `binding` accross middlewares and **embedded template files** for all Engines.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user