aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/templates/eq.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/eq.html b/testing/templates/eq.html
new file mode 100644
index 0000000..44666d3
--- /dev/null
+++ b/testing/templates/eq.html
@@ -0,0 +1 @@
+{% if a == b %}t{% endif %}{% if a == c %}t{% else %}f{% endif %}