diff --git a/View.md b/View.md index 5308a9f..4f17e0b 100644 --- a/View.md +++ b/View.md @@ -2,7 +2,7 @@ Iris offers support for **6 template parsers out of the box** through its univer 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. -To use the unique features of each template you have to read and learn by reading their documentation. Choose what fits your app's needs the most. +To use unique features of a template engine you have to learn the characteristics and the syntax by reading its documentation (click the links below). Choose what fits your app's needs the most. Let's see the list of the built-in view engines: