Jinja unirse y envolver citas
{{ mylist | map('quote') | join(', ') }}
2Bowls
{{ mylist | map('quote') | join(', ') }}