I have created extension in magento 2 and i want to call content.phtml
file from static block (from admin panel). My content template file location is
C:\xampp\htdocs\Magento2\app/code\Surya\Slider\view\frontend\templates\content.phtml
where, magento2 is my project folder, Surya is vendor and Slider is my extension name. I want to call content.phtml
file on homepage through static block.
For that I have created one static block called as "slider". Also, i have created widget. But i want to call content.phtml file in static block.