aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/match-literal-num.html
blob: 4864116e4cb4f0e5c15d463d8a78e197abc79b76 (plain) (blame)
1
2
3
4
5
6
{% match item %}
{% when 42 %}
Found answer to everything
{% else %}
Else found {{item}}
{% endmatch %}