Drupal 8 Twig ajouter ID

<div{{ attributes.setAttribute('id', 'myID') }}></div>
Gleaming Gannet