$field->or($alternative)

Checks if the field is empty and returns an alternative value in this case

Example

<meta name="description" content="<?php echo $page->description()->or($site->description()) ?>">