When a block of type __________ is rendered, all its child blocks are rendered automatically, without the need to call the getChildHtml () method.
Which is the correct type attribute for a structural block?
Within a Magento instance configured to use the package name `my_package` and the theme name `my_theme`, which file would override the default catalog search template?
You have added some HTML to a custom template located at `template/mytemplates/custom.phtml`. Which code snippet is the correct way to create a block for custom.phtml in the layout XML?
You need to add a custom structural block template to a block that will render all children automatically. Which three attributes are required in the block's XML definition? (Choose THREE.)
Which of the following is the correct code for assigning a custom template file using layout XML?