From 21e0db42ec2d907fc28cccfa1d22e4a2a4979572 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 11 Jan 2017 19:20:00 +0100 Subject: Add template source code for elif test case --- testing/templates/elif.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/elif.html diff --git a/testing/templates/elif.html b/testing/templates/elif.html new file mode 100644 index 0000000..ad0cbae --- /dev/null +++ b/testing/templates/elif.html @@ -0,0 +1 @@ +{% if cond %}true{% elif check %}checked{% else %}false{% endif %} -- cgit