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