I am developing an E-Commerce website using Magento2.1. I want to add a dynamic block to the CMS Page. I know the Magento 1.X equivalent which is as follows :
<reference name="content">
<block type="core/template" name="Opportunities" template="page/html/opportunities.phtml"/>
</reference>
As the directory structure and framework has changed massively. Can anyone tell me What is the Magento2 equivalent for the above code ?