drupal 8 get entity reference field value twig code example
Example: Drupal twig get value of entity reference field
node.field_example.entity.name.value {# Get the name of entity #}
node.field_example.entity.id {# Get the ID of entity #}
node.field_example.entity.name.value {# Get the name of entity #}
node.field_example.entity.id {# Get the ID of entity #}