aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/else.html
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-07 22:12:52 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-07 22:12:52 +0100
commitc98297fe995d3a2e2d338208eb745b90533fdb3d (patch)
treea3e2144c4dd34a35c167411dbd36cd5be41fabd5 /testing/templates/else.html
parentf5ecfda679667c9f90a8819cd51a32dbdbec4189 (diff)
downloadaskama-c98297fe995d3a2e2d338208eb745b90533fdb3d.tar.gz
askama-c98297fe995d3a2e2d338208eb745b90533fdb3d.tar.bz2
askama-c98297fe995d3a2e2d338208eb745b90533fdb3d.zip
Add test for else blocks
Diffstat (limited to 'testing/templates/else.html')
-rw-r--r--testing/templates/else.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/else.html b/testing/templates/else.html
new file mode 100644
index 0000000..16255c8
--- /dev/null
+++ b/testing/templates/else.html
@@ -0,0 +1 @@
+{% if cond %}true{% else %}false{% endif %}