forked from orbit-oss/flask
9 lines
169 B
Text
9 lines
169 B
Text
|
|
{{ text }}
|
||
|
|
{{ html }}
|
||
|
|
{% autoescape false %}{{ text }}
|
||
|
|
{{ html }}{% endautoescape %}
|
||
|
|
{% autoescape true %}{{ text }}
|
||
|
|
{{ html }}{% endautoescape %}
|
||
|
|
{{ text }}
|
||
|
|
{{ html }}
|