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

这样子写{% 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' })) }}

 

posted @ 2017-05-08 00:28  ldp.im  阅读(370)  评论(0编辑  收藏  举报