diff --git a/config/service.yml b/config/service.yml new file mode 100644 index 0000000000..0e510e4f85 --- /dev/null +++ b/config/service.yml @@ -0,0 +1,7 @@ +#Twig services options +twig: + options: + charset: utf-8 + strict_variables: true + autoescape: true + optimizer: true \ No newline at end of file