Django-like templates system for Java?

Posted by Savash on Stack Overflow See other posts from Stack Overflow or by Savash
Published on 2010-06-07T15:31:14Z Indexed on 2010/06/07 17:32 UTC
Read the original article Hit count: 342

Filed under:
|
|

I'm looking for the templates engine for Java with syntax like in Django templates or Twig (PHP). Is it exists?

Update: The target is to have same templates files for different languages.

File index.tpl {{head}} {{ var|escape }} {{body}}

can be rendered from python (Django) code as well as from PHP, using Twig. I'm looking for Java solution.

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about templates