aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/match.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/match.html')
-rw-r--r--testing/templates/match.html6
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 %}