mirror of https://github.com/mitsuhiko/flask.git
Markus Unterwaditzer
10 years ago
7 changed files with 49 additions and 13 deletions
@ -0,0 +1,8 @@
|
||||
{{ text }} |
||||
{{ html }} |
||||
{% autoescape false %}{{ text }} |
||||
{{ html }}{% endautoescape %} |
||||
{% autoescape true %}{{ text }} |
||||
{{ html }}{% endautoescape %} |
||||
{{ text }} |
||||
{{ html }} |
Loading…
Reference in new issue