diff options
| author | Simeon Simeonov | 2018-06-14 17:30:11 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2018-06-14 17:30:11 +0200 |
| commit | 19907ef276869e1a7b29f4af9678c95d21a42dad (patch) | |
| tree | 2d5d35ab61406dddd0d1c372a58247e856e45301 /.emacs.d/snippets/html-mode/django_ife | |
| parent | 353b076ab94a375f512c714a53fb0da0dc629002 (diff) | |
Add html-mode/django_else and html-mode/django_endif
Diffstat (limited to '.emacs.d/snippets/html-mode/django_ife')
| -rw-r--r-- | .emacs.d/snippets/html-mode/django_ife | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/html-mode/django_ife b/.emacs.d/snippets/html-mode/django_ife index 98b2e5b..8b896b1 100644 --- a/.emacs.d/snippets/html-mode/django_ife +++ b/.emacs.d/snippets/html-mode/django_ife | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | #name: django-ifelse | 2 | #name: django-ifelse |
| 3 | #key: dj_ife | 3 | #key: dj_ife |
| 4 | # -- | 4 | # -- |
| 5 | {% if ${1:condition} %}$0{% else %}{% endif %} \ No newline at end of file | 5 | {%if ${1:condition} %}$0{%else%}{%endif%} \ No newline at end of file |
