Is it possible to call a function with arguments with Mustache.js
{{somefunction(somevalue)}}
Are you trying to call a function as part of your parsing of the mustache code? or generate output, that would call the JavaScript function? e.g. This would output HTML that would call the function (I believe).
{{#items}} {{/items}}