Solved
Create a component that consists of two nested containers
Hi all, AEM newbie here,
It is possible to create a component that by default nest one container inside another container?

Just to give some context, I need this to apply a responsive padding to the outer container, with an inner container intended to be edited. Of course the user can drag and drop one container inside another manually, but this would be too tedious for them.
I have tried using `cq:template`, but that seems to be more for a "static" component with defined properties than the container component where you can drag and drop anything inside. I have also tried hard-coding the outer container in html, but AEM only renders one single container.
How can we create a component, when dragged into the AEM page editor, gives a container with another container inside?
Thanks,
