print $currentPage->getContent(false); foreach ($currentPage->getChildPages() as $page) { print '
'.$page->getTitle().'
'."\n"; } ?>