diff options
Diffstat (limited to 'testing/templates')
-rw-r--r-- | testing/templates/match.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/templates/match.html b/testing/templates/match.html new file mode 100644 index 0000000..51950b4 --- /dev/null +++ b/testing/templates/match.html @@ -0,0 +1,6 @@ +{% match item %} +{% when Some with (val) %} +Found {{val}} +{% when None %} +Not Found +{% endmatch %} |