Added elif snippet to htmldjango.
This commit is contained in:
parent
c3ae804a82
commit
2773a13c33
@ -50,6 +50,9 @@ snippet if
|
||||
snippet else
|
||||
{% else %}
|
||||
${1}
|
||||
snippet elif
|
||||
{% elif ${1} %}
|
||||
${2}
|
||||
snippet ifchanged
|
||||
{% ifchanged %}${1}{% endifchanged %}
|
||||
snippet ifequal
|
||||
|
Loading…
Reference in New Issue
Block a user