diff --git a/symfony/twig-bundle/3.3/config/packages/twig.yaml b/symfony/twig-bundle/3.3/config/packages/twig.yaml index d1582a23..9edecc5a 100644 --- a/symfony/twig-bundle/3.3/config/packages/twig.yaml +++ b/symfony/twig-bundle/3.3/config/packages/twig.yaml @@ -1,4 +1,6 @@ twig: default_path: '%kernel.project_dir%/templates' + # additional template paths + #paths: [] debug: '%kernel.debug%' strict_variables: '%kernel.debug%'