diff options
| author | Simeon Simeonov | 2018-06-17 13:02:27 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2018-06-17 13:02:27 +0200 |
| commit | b39d777fd5e620eeb81733ae12292813233b529a (patch) | |
| tree | 62ac28c8056119fce4b8b261a568973517b4f89a /.emacs.d/snippets/html-mode/django_for | |
| parent | 3ae91e4233bf442f08eb2dbef72d95798b3870bf (diff) | |
Simplify Django-snippets. Add django_var
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 | ||
