From 780c93c3f167ca3df26229024e42843358b916ad Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 12 Jan 2017 19:21:15 +0100 Subject: Use 'else if' instead of 'elif' to align more with Rust --- testing/templates/else-if.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/else-if.html (limited to 'testing/templates/else-if.html') diff --git a/testing/templates/else-if.html b/testing/templates/else-if.html new file mode 100644 index 0000000..469e08e --- /dev/null +++ b/testing/templates/else-if.html @@ -0,0 +1 @@ +{% if cond %}true{% else if check %}checked{% else %}false{% endif %} -- cgit