mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 16:29:31 -05:00
7 lines
147 B
HTML
7 lines
147 B
HTML
|
{{ text }}
|
||
|
{{ html }}
|
||
|
{% autoescape false %}{{ text }}
|
||
|
{{ html }}{% endautoescape %}
|
||
|
{% autoescape true %}{{ text }}
|
||
|
{{ html }}{% endautoescape %}
|