diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-01-07 21:04:03 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-01-07 21:04:03 +0100 |
commit | 73a048459da99270b3a35672cf64c77db706a226 (patch) | |
tree | a7ea46aed4de9623e14f1c1b3a4d0cd42d7b1bc8 /testing/templates/if.html | |
parent | ce9747c39c7523fbefe3700fbba93a6ac0c5341a (diff) | |
download | askama-73a048459da99270b3a35672cf64c77db706a226.tar.gz askama-73a048459da99270b3a35672cf64c77db706a226.tar.bz2 askama-73a048459da99270b3a35672cf64c77db706a226.zip |
Add test for simple if-blocks
Diffstat (limited to 'testing/templates/if.html')
-rw-r--r-- | testing/templates/if.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/if.html b/testing/templates/if.html new file mode 100644 index 0000000..0b9cda1 --- /dev/null +++ b/testing/templates/if.html @@ -0,0 +1 @@ +{% if cond %}true{% endif %} |