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