summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/html-mode/django_if
blob: a356c35248e40fec8e4b121e1af8b306ac28b6e6 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
#name: django-if
#key: dj_if
# --
{% if ${1:condition} %}$0{% endif %}