add global vars for twig
parent
aab2d74b19
commit
edfb65c56e
@ -1,2 +1,6 @@
|
||||
twig:
|
||||
default_path: '%kernel.project_dir%/templates'
|
||||
globals:
|
||||
WEBSITE_NAME: '%env(WEBSITE_NAME)%'
|
||||
WEBSITE_LOGO: '%env(WEBSITE_LOGO)%'
|
||||
APP_ENV: '%env(APP_ENV)%'
|
||||
|
Loading…
Reference in New Issue