Single column and multiple columns in the same ContainerController
I know this isn't supported in any current version of TLF but nonetheless this is what our customers want.

Our customers want the ability to have a single page of text with two paragraphs of text set to two columns, the next paragraph only one column then the last paragraphs on the page be two columns again.
What do you think the best apporach to allowing for this functionality? I know the Times Reader did something similar to this.
After digging into the only approaches I can see are
1. Extend ParcelList and totally pimp it out.
2. Allow for multiple ComposeStates for a ContainerController
3. Instead of having one ContainerController per page, during composition dynamically size ContainerControllers and have multiple per page. We would rather not do this due to it further hurting performance.
I know this is definitely something TLF doesn't support and maybe never will but since you guys are the ones that wrote the thing geting your opion on this would be awesome.
Thanks,
Joel Marks
