I want to create a list of items in my template, separated by commas, but I don\'t want the last item to have a comma:
one, two, three
How
I think a simpler approach is
{{items.join(", ")}}