Twig Components / Methods / raw
raw
is a Twig filter to mark the value as being "safe", which means that in an environment with automatic escaping
enabled this variable will not be escaped if raw
is the last filter applied to it:
{% autoescape %}
{{ var|raw }} {# var won't be escaped #}
{% endautoescape %}
Source: Twig
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.