468f376
1 2 3 4 5 6
{% match item %} {% when Some with (val) %} Found {{val}} {% when None %} Not Found {% endmatch %}