{ "manifests": { "symfony/twig-bundle": { "manifest": { "bundles": { "Symfony\\Bundle\\TwigBundle\\TwigBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "templates/": "templates/" } }, "files": { "config/packages/test/twig.yaml": { "contents": [ "twig:", " strict_variables: true", "" ], "executable": false }, "config/packages/twig.yaml": { "contents": [ "twig:", " default_path: '%kernel.project_dir%/templates'", " debug: '%kernel.debug%'", " strict_variables: '%kernel.debug%'", " exception_controller: null", "" ], "executable": false }, "templates/base.html.twig": { "contents": [ "", "", "
", " ", "