Load Magento module template
问题 For a Magento module I need to load template file and let it replace the complete page. It is a XML file (but could also be any content whatsoever). Generally speaking when MYNS_MYMODULE_controllernameController is triggered and calls fooAction() I need to be able to display a clean site with the content from my template file. Please let me know where to place the template file and how to tell Magento to load this file as a root template without anything else around. Edit, to clarify it more: