iris/render/template
2016-06-28 18:06:52 +03:00
..
engine Extend the Handlebars support as requested here https://github.com/kataras/iris/issues/239#issuecomment-229020737 2016-06-28 18:06:52 +03:00
README.md Version 3.0.0-beta cleaned 2016-05-30 17:08:09 +03:00
template.go Handlebars support - Embrace the feature request https://github.com/kataras/iris/issues/239 2016-06-28 12:50:26 +03:00

Folder Information

This folder contains the template support for Iris. The folder name is singular (template) so the /template/engine, because you can use ONLY ONE at the same time.

How to use

Refer to the Book