Alpha : How can I embed one page into another using the Global Page Renderer without ending up with nested or duplicate panels?

I am trying to embed one page into another using the Global Page Renderer component. However, after rendering the view in Workbench, the layout does not look correct. Two panels are being displayed because we can only add components inside panels and columns.

As a result, to use the Global Page Renderer component, I need to place it inside a panel, and the page I’m importing also contains its own panels and columns. This leads to nested panels, which causes the double panel issue.

Is there another way to combine two pages into one, or how can we resolve this issue?


@Eldho @Sam

@Sam @Irfan_Ali @vaibhav @Simphiwe

Hello @shubham.dhamne ,
If a nested title appears when using the Global Page Renderer component, you can simply copy the contents of the required page and paste them into your desired page. This way, it will only show a single header from the other page, avoiding duplicate headers.

1 Like

Ok Sam.. Thanks For helping