Returns the currently active page object
This is the equivalent to the $page variable availabel in templates and snippets and the new $site->page() method.
$page
$site->page()
<?php echo $site->activePage()->title() ?>