From c98297fe995d3a2e2d338208eb745b90533fdb3d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 7 Jan 2017 22:12:52 +0100 Subject: Add test for else blocks --- testing/templates/else.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/else.html (limited to 'testing/templates/else.html') 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 %} -- cgit