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