I have helpers that return a string that contains helperbars expressions. What I would like to achieve is that the expressions returned will also be resolved (and so on). It can be done quite easily without handlebars internal support by simply doing compileInLine on the result until the string returned doesn't change anymore.
Was wondering if there is some kind of configuration or better way to achieve it?
I need to use it in Java but my question applies both for handlebars.js and the jknack/handlebars project.