Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please add JSTE (Javascript Templating Language) #51

Open
knoxg opened this issue Apr 29, 2016 · 0 comments
Open

please add JSTE (Javascript Templating Language) #51

knoxg opened this issue Apr 29, 2016 · 0 comments

Comments

@knoxg
Copy link

knoxg commented Apr 29, 2016

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant