fileNamePattern('*.twig'); $twig->formThemes(['bootstrap_5_layout.html.twig']); $twig->global('appName', \Symfony\Component\DependencyInjection\Loader\Configurator\service(AppName::class)); if ($containerConfigurator->env() === 'test') { $twig->strictVariables(true); } };