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
➜ symfony composer show | grep twig
symfony/twig-bridge v6.4.12 Provides integration for Twig with various Symfony components
symfony/twig-bundle v6.4.12 Provides a tight integration of Twig into the Symfony full-stack framework
twig/cssinliner-extra v3.13.0 A Twig extension to allow inlining CSS
twig/extra-bundle v3.13.0 A Symfony bundle for extra Twig extensions
twig/inky-extra v3.13.0 A Twig extension for the inky email templating engine
twig/twig v3.14.0 Twig, the flexible, fast, and secure template language for PHP
The text was updated successfully, but these errors were encountered:
The following twig template:
…produces the following HTML output:
…which is rendered as:
I'm currently working around this by using the
raw
filter within theapply
tag:The text was updated successfully, but these errors were encountered: