se-hub/lib/flask/testsuite/templates/escaping_template.html
2015-05-09 22:00:14 +03:00

7 lines
147 B
HTML

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