search

Home  >  Q&A  >  body text

php - Is there a @ directive in the twig template engine similar to the @ directive in the Laravel Blade engine?

Is there any @ directive or @verbatim directive in the twig template engine similar to the @ directive in the Laravel Blade engine?

PHP中文网PHP中文网2807 days ago490

reply all(1)I'll reply

  • PHP中文网

    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 % }

    reply
    0
  • Cancelreply