1 2 3 4 5 6 7 8
{% match item %} {% when "foo" %} Found literal foo {% when "bar" %} Found literal bar {% else %} Else found {{item}} {% endmatch %}