aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/templates/elif.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/elif.html b/testing/templates/elif.html
new file mode 100644
index 0000000..ad0cbae
--- /dev/null
+++ b/testing/templates/elif.html
@@ -0,0 +1 @@
+{% if cond %}true{% elif check %}checked{% else %}false{% endif %}