I am using the Mustache templating library and trying to generate a comma separated list without a trailing comma, e.g.
red, green, blue
In case using Handlebars is an option, which extends the capabilities of Mustache, you could use a @data variable:
{{#if @last}}, {{/if}}
More info: http://handlebarsjs.com/reference.html#data