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