Jedi is a new template language (maybe do more such as url routing in the future) inspired by Jade / Coffeekup and many others. It's still in alpha phase and very unstable.
Jedi 0.9.5 is available now.
npm install jedi -g
jedi2php example.jedi
jedi2php -w example.jedi
See examples/hello.jedi
-
subtemplate instruction (which will replace Jade's mixin and block feature) is not implemented
-
@title = "Hello {username}" is not implemented
-
string concat is not implemented yet
-
only one attribute is allowed in the same line of element