Why Octobercms not support blade template engine like twig

Hello guys, i hope you all doing fine, i just recently in a project did some pdf generation using dompdf library and also i tried spatie package also , and it was a good experience cause they are package of laravel and they support blade .

but when i want to write email , i write it using twig template
why octobercms dosent consider using blade or at least support blade ?

Hi @Yassineafaila

It’s a common question. Twig has a sandbox (safe mode), Blade is an extension of raw PHP and isn’t secure at all.

We could consider adding it as an alternative format. Why would you like us to consider supporting Blade?

i didnt know that twig is more secure then blade .
why i prefer supporting blade cause i came from laravel to octobercms , so i more familiar with blade then twig.
all packages that are supported by laravel they use blade as template engine
and one other thing. this is only for me is that twig is ugly in syntax compared to blade.