mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-28 10:52:08 -04:00
6 lines
147 B
HTML
6 lines
147 B
HTML
{{ text }}
|
|
{{ html }}
|
|
{% autoescape false %}{{ text }}
|
|
{{ html }}{% endautoescape %}
|
|
{% autoescape true %}{{ text }}
|
|
{{ html }}{% endautoescape %}
|