How to include a phtml file in Magento 2
Use the following code to include a phtml file via the type=“core/template” block in Magento 2:
1 |
{{block name="BlockName" template="Magento_Blank::Modules\About.phtml"}} |
after you go to Magento 2 EE Admin-Content-Pages-Add New.
Please note that in case of 2.X Magento\Framework\View\Element\Template is similar to core/template.
Source (