Any way to ignore Array to string conversion exception?
$twig = new Twig_Environment($loader, [
'strict_variables' => false,
'debug' => false,
]);
I'am allowing external users to edit their custom html. When saving {{ somearray }}
is a valid syntax