This is what I\'d like to do in Mustache.js but not seeing how with the documentation.
var view = {items:[\'Mercury\',\'Venus\',\'Earth\',\'Mars\']}; var tem
If you can use handlebars.js, then you can use the partial mentioned in this gist: https://gist.github.com/1048968
Ref: In Mustache, How to get the index of the current Section