|
|
|
|
|
by dochtman
5022 days ago
|
|
I've written a Jinja-to-JavaScript compiler: https://bitbucket.org/djc/jasinja It reuses the Jinja front-end, it really only replaces Jinja's code generator and supports a pretty large subset of Jinja. I think this is particularly great because it allows you to switch from server-side template rendering to client-side rendering of templates piecemeal, or use both with the same templating language. |
|