Fixed the {% with %} template tag from htmldjango.snippets
This commit is contained in:
parent
22b4f2073b
commit
d2337af7bb
@ -83,6 +83,8 @@ snippet widthratio
|
|||||||
{% widthratio ${1:this_value} ${2:max_value} ${3:100} %}
|
{% widthratio ${1:this_value} ${2:max_value} ${3:100} %}
|
||||||
snippet with
|
snippet with
|
||||||
{% with ${1} as ${2} %}
|
{% with ${1} as ${2} %}
|
||||||
|
${3}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
# Template Filters
|
# Template Filters
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user