diff options
| author | Simeon Simeonov | 2023-11-11 18:14:42 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-11-11 18:14:42 +0100 |
| commit | 4acb993ddff3a5e75475b5fe4c9dd2144fa853cd (patch) | |
| tree | d94acddcbaa7ec2addab1e8dc1c4533ae8f2a390 /.emacs.d/snippets/html-mode/django_ife | |
| parent | f6ecb707b36d71b6a24e224b3635223f7a5b8b33 (diff) | |
Update Django snippets for html-mode
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 7d64b19..ac3ba01 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: ife | 3 | #key: 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 |
