$field->key() Returns the name of the field kirby/src/Cms/Field.php#L164 $field->key(): string Copy Return type string Example <?= $page->title()->key() . ': ' . $page->title()->value() ?> Copy This will return an output like this: Title: Project A