Display static block Resource: http://stackoverflow.com/questions/32621320/how-to-show-the-static-blocks-in-magento-2
In Phtml File:
<?php echo $this->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('block_identifier')->toHtml();?>
in CMS Content:
{{block class="Magento\\Cms\\Block\\Block" block_id="block_identifier"}}