template-chooser
template-chooser copied to clipboard
please add JSTE (Javascript Templating Language)
Used your site to discover a few different templating engines, ended up going with JSTE, which isn't on the list.
JSTE is a serverside templating language that embeds Rhino ( java implementation of javascript ) into a JSP-like syntax.
Example code:
<% for (var i=0; i<3; i++) { %>This is printed three times<% } %>
This is the value of the variable: <%= variable %>
URL: http://jste.sourceforge.net/