I want to create a simple Bootstrap Jumbotron Widget with a ipBlock inside, where users can add other widgets. Their might be multiple jumbotron widgets on a single page. What is the best way to create a dynamic ipBlock allocation like:
<?php echo ipBlock($dynamicBlock)->exampleContent('') ?>
Thanks in advance! -Jonas