iris/_examples/view/template_jet_0
2020-03-05 22:41:27 +02:00
..
views Update to version 12.1.6 2020-02-05 12:36:21 +02:00
main.go examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +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.