You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rendered variables should be escaped by default.
Rather than having a separate tag for raw (like {{{ my_html }}}) we could have{{ my_html | raw }}` eventually to get the non-escaped version.
To investigate
The text was updated successfully, but these errors were encountered:
Rendered variables should be escaped by default.
Rather than having a separate tag for raw (like
{{{ my_html }}}) we could have
{{ my_html | raw }}` eventually to get the non-escaped version.To investigate
The text was updated successfully, but these errors were encountered: