$layout = $this->getLayout(); $sample1Block = $layout->createBlock('moduletesttemplatesintro/sample1'); $sample1BlockHtml = $sample1Block->toHtml(); $this->getResponse()->appendBody($sample1BlockHtml);