Yii with twig

hi,

i wanted to know, if anyone has experience with a bigger project using the twig templating language with the yii-extension. I really like the template-inheritance feature of twig, but i also like the yii widgets alot. Through testing i got the feeling twig becomes more of a burden as time goes on, because when you use the namespace importing feature of the extension {{ use(’…’) }} it outputs new lines, which is not allowed in out of blocks in child templates, so you have to make blocks especially for that, which makes everything more complex and ugly.

So again has anyone experience in working with twig?

thanks