From 2773a13c332035b2612616389c195c095e645243 Mon Sep 17 00:00:00 2001 From: Oliver Andrich Date: Sun, 27 Jan 2013 20:55:13 +0100 Subject: [PATCH] Added elif snippet to htmldjango. --- snippets/htmldjango.snippets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/htmldjango.snippets b/snippets/htmldjango.snippets index 38f836b..c19e877 100644 --- a/snippets/htmldjango.snippets +++ b/snippets/htmldjango.snippets @@ -50,6 +50,9 @@ snippet if snippet else {% else %} ${1} +snippet elif + {% elif ${1} %} + ${2} snippet ifchanged {% ifchanged %}${1}{% endifchanged %} snippet ifequal