1. 程式人生 > >Render a controller in Twig - Unexpected “render” tag - expecting closing tag for the “block” tag defined

Render a controller in Twig - Unexpected “render” tag - expecting closing tag for the “block” tag defined

lin ack defined for ont per -i undle control

Render a controller in Twig - Unexpected “render” tag - expecting closing tag for the “block” tag defined

這樣子寫{% render(controller("MyBundle:Default:method", { ‘call‘ : ‘action‘ })) %}  

報錯Unexpected "render" tag (expecting closing tag for the "block" tag defined

那麽改為這樣子:

{{ render(controller("MyBundle:Default:method", { ‘call‘ : ‘action‘ })) }}

Render a controller in Twig - Unexpected “render” tag - expecting closing tag for the “block” tag defined