It might be worth considering switching to Handlebars for template rendering. It's very similar to mustache.js but I'm not sure if there's any compatibility issues at all. We'd probably need our own custom fork again so that it behaves just like our custom fork of mustache.
The main benefit I see is that functions (helpers) can be passed arguments. This would have the potential to be very powerful for our users.
It might be worth considering switching to Handlebars for template rendering. It's very similar to mustache.js but I'm not sure if there's any compatibility issues at all. We'd probably need our own custom fork again so that it behaves just like our custom fork of mustache.
The main benefit I see is that functions (helpers) can be passed arguments. This would have the potential to be very powerful for our users.