webapp/config/packages/twig.yaml

13 lines
269 B
YAML
Raw Normal View History

2024-02-11 20:41:40 +00:00
twig:
file_name_pattern: '*.twig'
default_path: '%kernel.project_dir%/templates'
globals:
app:
version: '%app.version%'
theme: '%app.theme%'
name: '%app.name%'
when@test:
twig:
strict_variables: true