1 2 3 4 5 6 7
# -*- mode: snippet -*- #name: django-for #key: for # -- {%for ${1:condition} %} $0 {%endfor%}