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