Renders a collection of string joined with “, “, or some other string passed in the join attribute
join
Show Source
<def attrs='join' tag='comma-list'><%= this.join(join || ", ") %></def>