summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/html-mode/django_ife
blob: 98b2e5ba4956fb8cb704053a7157d23a95b0cb77 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
#name: django-ifelse
#key: dj_ife
# --
{% if ${1:condition} %}$0{% else %}{% endif %}