flask/tests/templates/non_escaping_template.txt
2015-07-04 23:41:43 +02:00

8 lines
169 B
Text

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