Returns the previous sibling.
<?php if($prev = $page->prev()): ?> <a href="<?php echo $prev->url() ?>">previous page</a> <?php endif ?>