From the home page it looks very HTML oriented, which
is not good for us. I
think we need a general purpose templating language that can
be used to
generate anything (JSON, XML, CSV, etc.) not just HTML.
On Tue, Jan 2, 2018 at 11:48 PM, Vincent Massol <vincent(a)massol.net> wrote:
See
http://www.thymeleaf.org/
With this, users could combine HTML and scripting which could be a nice
option when using the {{html}} macro for example.
{{html}}
{{thymeleaf}}
…
{{/thymeleaf}}
{{/html}}
Related:
*
https://dzone.com/articles/template-engines-review-after-
deprecated-velocity
Thanks
-Vincent