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