8👍
✅
Just hit tab after if
{% if<tab>
and you get
{% if <cursor> %}
{% endif %}
This works for many tags: for
, block
, filter
, spaceless
, with
, but inexplicably not blocktrans
, autoescape
, and comment
changes to <comment></comment>
Source:stackexchange.com