Is there any @ directive or @verbatim directive in the twig template engine similar to the @ directive in the Laravel Blade engine?
认证0级讲师
{ % verbatim % } xxx { % endverbatim % }: Prevents the compilation of the template engine, which is the new name of raw
{ % raw % } xxx { % endraw % }
{ % verbatim % } xxx { % endverbatim % }: Prevents the compilation of the template engine, which is the new name of raw
{ % raw % } xxx { % endraw % }