cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.1 : Add DYNAMIC block to my CMS Page

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Magento 2.1 : Add DYNAMIC block to my CMS Page

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 ?