twig.yaml 258 B

12345678910
  1. twig:
  2. default_path: '%kernel.project_dir%/templates'
  3. debug: '%kernel.debug%'
  4. strict_variables: '%kernel.debug%'
  5. form_themes: ['bootstrap_5_layout.html.twig']
  6. exception_controller: null
  7. when@test:
  8. twig:
  9. strict_variables: true