diff options
Diffstat (limited to '.emacs.d/snippets/html-mode/django_for')
| -rw-r--r-- | .emacs.d/snippets/html-mode/django_for | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.emacs.d/snippets/html-mode/django_for b/.emacs.d/snippets/html-mode/django_for index 7982638..41ad68f 100644 --- a/.emacs.d/snippets/html-mode/django_for +++ b/.emacs.d/snippets/html-mode/django_for | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | # -*- mode: snippet -*- | 1 | # -*- mode: snippet -*- |
| 2 | #name: django-for | 2 | #name: django-for |
| 3 | #key: dj_for | 3 | #key: for |
| 4 | # -- | 4 | # -- |
| 5 | {% for ${1:condition} %}$0{% endfor %} \ No newline at end of file | 5 | {%for ${1:condition} %} |
| 6 | $0 | ||
| 7 | {%endfor%} \ No newline at end of file | ||
