excerpt($text, $length = 140)

Creates an excerpt of any text by a given character length

Example

<?php echo excerpt($page->text(), 300) ?>