Returns a specific $page object by URI. If no URI is specified the currently active page will be returned.
<?php echo $site->page()->title() ?>
<?php echo $site->page('some/sub/page/deep/down')->title() ?>