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