diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-01-07 22:12:52 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-01-07 22:12:52 +0100 |
commit | c98297fe995d3a2e2d338208eb745b90533fdb3d (patch) | |
tree | a3e2144c4dd34a35c167411dbd36cd5be41fabd5 /testing/templates/else.html | |
parent | f5ecfda679667c9f90a8819cd51a32dbdbec4189 (diff) | |
download | askama-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.html | 1 |
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 %} |