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

4 lines
52 B
Plaintext
Executable File

{% autoescape ${1:off} %}
${2}
{% endautoescape %}