aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/match-literal-char.html
blob: 2ff255d1e3e068930cfd0308a3a4d2dac50eff1a (plain) (blame)
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 %}