Nasıl xml kullanarak bir sayfada statik bir blok dahil. Örneğin, tanıtıcı promo ile statik bir blok oluşturdum. Magento 1'de aşağıdaki kodu kullanarak statik bir blok ekliyoruz
<block type="cms/block" name="Promo">
<action method="setBlockId"><block_id>promo</block_id></action>
</block>
Magento 2'de tamamen aynı şeyi yapmak istiyorum