In https://github.com/symfony-cmf/BlockBundle/blob/master/Resources/config/services.xml all the blocks are defined. The block services have a third argument which is the template that gets rendered.
Personally I dislike making a BlockBundle myself to extend the cmf, nor do I like adding templates in app/Resources.
Is it an option to add the templates to the parameters so one can overwrite them?