I'm researching a means of using Mustache templating for the view engine in CQ5, which uses Sling. I'm looking for some advise if anyone has already had experience going into this.
I need to use a template format that can be shared between front and back end when required. So mustache is ideal, however, other options may be applicable, such as handlebars.
I have found a git repo for "sling-scripting-mustache" which I am looking into but it lacks any kind of documentation. I will be giving it a try nonetheless.
Would appreciate any thoughts and guidance :)