symfony_example_app/config/packages/twig.yaml

7 lines
159 B
YAML
Raw Permalink Normal View History

2024-01-16 15:54:06 +00:00
twig:
default_path: '%kernel.project_dir%/templates'
2024-01-16 19:43:18 +00:00
form_themes: ['bootstrap_5_layout.html.twig']
2024-01-16 15:54:06 +00:00
when@test:
twig:
strict_variables: true