injecting virtual jcr during page rendering
I'm looking for idea how to render page with existing components by using content from either content fragments or some external content
We don't like to build giant component to render this content but rather reuse existing components like headers, text, image etc.
To do this I wonder if we can somehow inject content from CF formatted into correct structure into page JCR so Sling rendering will think it is real JCR content and will use existing components to render it?