flask/tests/templates/non_escaping_template.txt

9 lines
169 B
Text
Raw Normal View History

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