{ "locks": { "symfony/twig-bundle": { "version": "4.4", "recipe": { "repo": "4.4", "branch": "master", "version": "4.4", "ref": "73baff3f7b3cea12a73812a7cfd2c0924a9e250f" } } }, "manifests": { "symfony/twig-bundle": { "repository": "github.com/symfony/recipes", "package": "symfony/twig-bundle", "version": "4.4", "manifest": { "bundles": { "Symfony\\Bundle\\TwigBundle\\TwigBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "templates/": "templates/" } }, "files": { "templates/base.html.twig": { "contents": "\n\n \n \n {% block title %}Welcome!{% endblock %}\n {# Run `composer require symfony/webpack-encore-bundle`\n and uncomment the following Encore helpers to start using Symfony UX #}\n {% block stylesheets %}\n {#{{ encore_entry_link_tags('app') }}#}\n {% endblock %}\n\n {% block javascripts %}\n {#{{ encore_entry_script_tags('app') }}#}\n {% endblock %}\n \n \n {% block body %}{% endblock %}\n \n\n", "executable": false, "encoding": "" }, "config/packages/twig.yaml": { "contents": "twig:\n default_path: '%kernel.project_dir%/templates'\n debug: '%kernel.debug%'\n strict_variables: '%kernel.debug%'\n exception_controller: null\n", "executable": false, "encoding": "" }, "config/packages/test/twig.yaml": { "contents": "twig:\n strict_variables: true\n", "executable": false, "encoding": "" } }, "origin": "symfony/twig-bundle:4.4@github.com/symfony/recipes:master", "is_contrib": false } } }