pwt.jinja2js
pwt.jinja2js copied to clipboard
Compiles Jinja2 templates to JavaScript
I had to install Jinja 2.6 to get it to work. Later versions removed the `next` function from `jinja2.utils`. Python 3 support would be even better.
Hey, we love pwt.jinja2js. For some reason, the following template throws an error: {% for item in lst %} {{ loop.index }} {{ item.name }} {% endfor %} The following...
I think that users should be able to choose which libraries are installed with pwt.jinja2js. People might not use webOB or closure. Make them optional dependencies and let the users...
I'm using the `pwt.jinja2js.jscompiler.Concat` writer and it's creating code containing references to `soy.$$escapeHtml`. Either the generator should use an alternate method of escaping or raise an exception.