I'm using SonataBlockBundle in my current project. I create a SimpleBlock and render it in my twig template with something like {{ sonata_block_render('name' : 'myBlock') }}. But the block consists of title and body, is there a way to render title and body separately, like I can do with form fields?
Thank you in anticipation!