twig.yaml 205 B

123456
  1. twig:
  2. default_path: '%kernel.project_dir%/templates'
  3. debug: '%kernel.debug%'
  4. strict_variables: '%kernel.debug%'
  5. form_themes: ['bootstrap_4_layout.html.twig']
  6. exception_controller: null