If you need to create a standalone template without the contents of layout.phtml wrapped around it, put the following at the top of your .phtml file.
<?php
$this->layout()->disableLayout();
?>
This is useful for creating promotional landing pages that look completely different to the rest of the site and can also be combined with AJAX forms for data collection.
$nodes = $this->node->getCollection()->getRelated();
No related nodes for this node