Rufen Sie Satic BLCO in Magento 2 an

<?php
echo $this->getLayout()
->createBlock('Magento\Cms\Block\Block')
->setBlockId('your_block_identifier')
->toHtml();
?>
Cloudy Crab