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