I need to create a new custom module in HubSpot for landing page like Flexible column which can contain other built-in modules. Is it possible to create that type of module?
For eg:
what we can do in Hubspot now:
<Flexible column>
<Inbuilt Module />
<Inbuilt Module />
</Flexible column>
What I need to create in hubspot:
<div class="container">
<Inbuilt Module />
<Inbuilt Module />
</div>
I want to wrap other in-built module by custom module like Flexible column do.
Thank you in advance.
Cheers