page($uri = null)

Fetches any page by URI or the current page when no URI is specified

Example

Fetching a specific page by URI

<?php echo page('blog')->title() ?>

Fetching the current page

<?php echo page()->title() ?>