{% comment %} This template renders the list of selected items, or "chips". {% endcomment %} {% for item in items %} {% include "./chip.html" %} {% endfor %}