cef0551
1 2 3 4 5 6 7 8
{% match item %} {% when 'a' %} Found literal a {% when 'b' %} Found literal b {% else %} Else found {{item}} {% endmatch %}