flask/tests/templates/escaping_template.html

7 lines
147 B
HTML
Raw Normal View History

2010-04-14 02:42:12 +02:00
{{ text }}
{{ html }}
{% autoescape false %}{{ text }}
{{ html }}{% endautoescape %}
{% autoescape true %}{{ text }}
{{ html }}{% endautoescape %}