iris/_examples/view/template_jet_0
Gerasimos (Makis) Maropoulos 9c97a8a668 Update to version 12.1.6
Former-commit-id: 4d39e8a764a7c0d91b19a3710d8afe6c8c208c62
2020-02-05 12:36:21 +02:00
..
views Update to version 12.1.6 2020-02-05 12:36:21 +02:00
main.go Update to version 12.1.6 2020-02-05 12:36:21 +02:00
README.md Implement a new View Engine for the Jet template parser as requested at: https://github.com/kataras/iris/issues/1281 2019-06-22 21:34:19 +03:00

Jet Engine Example

This example is a fork of https://github.com/CloudyKit/jet/tree/master/examples/todos to work with Iris, so you can notice the differences side by side.

Read more at: https://github.com/kataras/iris/issues/1281

The Iris Jet View Engine fixes some bugs that the underline jet template parser currently has.

Continue by learning how you can serve embedded templates.