Dump all variables present on a twig template


Dec 14, 2022 Symfony


In your twig template add the following line

{{ dump(_context|keys) }}

symfony
twig