YGGtracker/config/packages/twig.yaml

11 lines
212 B
YAML
Raw Normal View History

2023-10-02 13:13:55 +00:00
twig:
default_path: '%kernel.project_dir%/templates'
globals:
version: '%app.version%'
name: '%app.name%'
2023-10-09 13:33:07 +00:00
theme: '%app.theme%'
2023-10-02 13:13:55 +00:00
when@test:
twig:
strict_variables: true