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, 0 insertions, 6 deletions
diff --git a/testing/templates/match.html b/testing/templates/match.html
deleted file mode 100644
index 51950b4..0000000
--- a/testing/templates/match.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% match item %}
-{% when Some with (val) %}
-Found {{val}}
-{% when None %}
-Not Found
-{% endmatch %}