// If all you care about is comma separation, // use Javascript's built-in join method: {{ list.join(', ') }}