In my application I want to do a page with:
- A CMF blog
- Other elements like a list of FosUser
To include CMF blog bundle in my template I tried:
{{ render(controller('CmfBlogBundle:Blog:list', { 'id': 'public-blog' })) }}
where "public-blog" is the ID of the blog.
Of course, that's not work :(
Can anyone help me to do that? Sorry in advance if it's a really basic task :/
Regards,