flask/tests/templates/escaping_template.html
Markus Unterwaditzer 0c4f17008d Move tests
2014-09-11 22:09:50 +02:00

6 lines
147 B
HTML

{{ text }}
{{ html }}
{% autoescape false %}{{ text }}
{{ html }}{% endautoescape %}
{% autoescape true %}{{ text }}
{{ html }}{% endautoescape %}