iris/_examples/view/template_jet_0
Gerasimos (Makis) Maropoulos dd72a1e398 file-server example: use a custom template for listing dirs/files
Former-commit-id: 5b9bb0be4ac3f5d463f0957a3074aa6e7b1a71f7
2020-07-06 16:06:48 +03: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 file-server example: use a custom template for listing dirs/files 2020-07-06 16:06:48 +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/CloudyKit/jet/blob/master/docs/syntax.md

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.