Call static block in phtml file & CMS page – Magento2
In CMS page:
{{block class=”Magento\\Cms\\Block\\Block” block_id=”block_identifier”}}
In phtml file:
<?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('block_identifier')->toHtml();?>