Is there any @ directive or @verbatim directive in the twig template engine similar to the @ directive in the Laravel Blade engine?
PHP中文网2017-05-16 13:03:12
{ % verbatim % } xxx { % endverbatim % }: Prevents the compilation of the template engine, which is the new name of raw
{ % raw % } xxx { % endraw % }