Magento: Load & Render Custom Layout Handle
Layout handles can be custom blocks that you want to load/display at any part of your page. In this article, I will show how to define layout handle in your layout xml file and call that handle from your module’s controller class. Suppose, you have a custom module and you want to display your custom … Read more