se-hub/lib/flask/testsuite/templates/escaping_template.html

7 lines
147 B
HTML
Raw Normal View History

2015-05-09 19:00:14 +00:00
{{ text }}
{{ html }}
{% autoescape false %}{{ text }}
{{ html }}{% endautoescape %}
{% autoescape true %}{{ text }}
{{ html }}{% endautoescape %}