aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/else-if.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/else-if.html')
-rw-r--r--testing/templates/else-if.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/else-if.html b/testing/templates/else-if.html
new file mode 100644
index 0000000..469e08e
--- /dev/null
+++ b/testing/templates/else-if.html
@@ -0,0 +1 @@
+{% if cond %}true{% else if check %}checked{% else %}false{% endif %}