KiTE - lightweight template engine.
In two words: KiTE as a template engine that uses {{mustache}} idea of minimalistic template definitions.
Major differences:
- It works 40 times faster than original {{mustache}}. And 2-3 times faster than jQuery.template().
- It has conditional sections {{? foo == "bar" }} it is a bar {{/?}}
- It supports custom formatters: {{born|date}} - the engine will call custom date() function for the 'born' field.
If needed I can wrap it into jQuery plugin.