{{t1}}
{{t1|escape}}
{{t1|safe}}
{% autoescape off %}
{{t1}}
{% endautoescape %}
渲染效果:
<h1>123</h1>
<h1>123</h1>
123
123
{{t1}}
{{t1|escape}}
{{t1|safe}}
{% autoescape off %}
{{t1}}
{% endautoescape %}
渲染效果:
<h1>123</h1>
<h1>123</h1>
123
123