Super so yeah now it works!
So thank you all, For your great help!
This is really nice for building one scroll pages.
Then you could use diffrent template to create diffrent variations, when scrolling down.
Here is the working code for those finding this in the future!
$children = $pages->find('template=onecolumn|twocolumn, sort=sort');
foreach($children as $child) {
echo $child->render();