dotar/vim/snippets/django-html/ifequal.snippet
2011-11-17 16:00:49 -06:00

4 lines
46 B
Plaintext
Executable File

{% ifequal ${1} ${2} %}
${3}
{% endifequal %}