I'd like to find out about libraries with the following properties:
- Javascript implementation for client-side,
- Java implementation for server-side,
- light-weight syntax: no generic 'code', only simple expressions,
- but simple for-loops, 'include', and 'if'.
(In short, the syntax would be similar to Django templates, if that tells you anything.)
Does anybody know an open-source library that fulfills these requirements?