1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-10-02 00:40:50 +00:00
calibre-web/vendor/flask/testsuite/templates/escaping_template.html
2016-04-27 17:47:31 +02:00

7 lines
147 B
HTML

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