Hi all,
I use Handlebars.java for source code generation. This is not the typical use case for Handlebars.java, but I find it very well suited for this task.
I wrote a series of helpers that I frequently use in my templates and which you may also find useful. However, I don't think these helpers fit into the Handlebars.java project, because most of them add logic to the templates (logical, relational and mathematical operations), thus violating the logic-less nature of Handlebars.That's why I decided to open source them as a new GitHub project:
https://github.com/beryx/handlebars-java-helpers.
I hope you will find them helpful and I apologize if this mailing list is not the appropriate place for this post.
Serban