500 error being returned when trying to view children at lower levels of the tree

Issue #5 new
Steven Chinman created an issue

line 40 of index php shows
\$data = $kirby->site()->find($page)->childrenAndDrafts();

by replacing it with this below, I resolved the problem

$data = $this->model()->childrenAndDrafts();