Fetches any page by URI or the current page when no URI is specified
<?php echo page('blog')->title() ?>
<?php echo page()->title() ?>