aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/match.html
blob: 51950b4324bc6b173e77ac8c22fd28a6cb55d782 (plain) (tree)
1
2
3
4
5
6





                          
{% match item %}
{% when Some with (val) %}
Found {{val}}
{% when None %}
Not Found
{% endmatch %}