summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/html-mode/django_for
blob: fe6af64cb73885527f22683b2225492be41e7583 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
#name: django-for
#key: for
# --
{% for ${1:condition} %}
$0
{% endfor %}