dotar/vim/snippets/django-html/autoescape.snippet

4 lines
52 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
{% autoescape ${1:off} %}
${2}
{% endautoescape %}