Hi, Is there a way to render the entire AEM page in an experience
fragment? USE CASE: I have a homepage that contains around 10
components. Now, I want to create a replica of the home page in the
experience fragment and export it to AT. Since most of my components are
tightly coupled and I cannot use the components directly in experience
fragment. So, I'm looking for something that will bring the entire HTML
DOM for the homepage and render in experience fragment via some custom
component. I have...