$field->isEmpty() Checks if the field content is empty kirby/src/Cms/Field.php#L144 $field->isEmpty(): bool Return type bool Example <?php if ($page->address()->isEmpty()): ?> No address available <?php endif ?>