{ "manifests": { "symfony/twig-bundle": { "manifest": { "bundles": { "Symfony\\Bundle\\TwigBundle\\TwigBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "templates/": "templates/" } }, "files": { "config/packages/twig.yaml": { "contents": [ "twig:", " default_path: '%kernel.project_dir%/templates'", "", "when@test:", " twig:", " strict_variables: true", "" ], "executable": false }, "templates/base.html.twig": { "contents": [ "", "", " ", " ", " {% block title %}Welcome!{% endblock %}", " {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}", " {% block stylesheets %}", " {{ encore_entry_link_tags('app') }}", " {% endblock %}", "", " {% block javascripts %}", " {{ encore_entry_script_tags('app') }}", " {% endblock %}", " ", " ", " {% block body %}{% endblock %}", " ", "", "" ], "executable": false } }, "ref": "ba5388319da939fbb8a5ffab45179801a936da0d" } } }