{% assign colors = "" %} {% for style in include.product.styles %} {% assign colors = colors | append: '|' | append: style.name %} {% endfor %} {% assign colors = colors | remove_first: '|' %}