<?php echo $this->getLayout() ->createBlock(MagentoCmsBlockBlock::class) ->setBlockId('my_cmsblock_identifier') //replace my_cmsblock_identifier with real CMS bock identifier ->toHtml();?>