I want to add static block in page (.phtml) template.
I followed these steps:-
Step1: Navigate to CONTENT >Blocks >Add New Block.
Step 2: Create a Static Block (My_block).
Now I want to add this Block in page template.
I want to do something like below: $this->getLayout()->createBlock('cms/block')->setBlockId('your_block_id')->toHtml();
please let me know how to add this static block in my page (.phtml) template.