flask/tests/templates/escaping_template.html
Markus Unterwaditzer 3550b26071 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 %}