I've been looking for a Java templating framework for a while that works like Jinja / Django's templating engine. The ones i've found that seem to be popular are StringTemplate and FreeMarker, however neither seem to support "blocks" ( jinja/django ).
What I have found is Jangod, and it works great - however, there is no support at all, it is not maintained by anyone, and is unfinished ( ie, no documentation ).
I've used Playframework's templating too, sadly it isn't compatible with the platform i'm developing an application on now; Google Appengine.
( TLDR; Looking for a Java templating framework that is still alive, has a blocks-system like jinja, and can run under the strict rules of Appengine )