Drupal 8 webform insert nœud twig valeur

{# Display form #}
{{ { '#type': 'webform', '#webform': 'contact' } }}

{# Prepopulate form #}
{{ { '#type': 'webform', '#webform': 'contact', '#default_data': {'subject': 'Please call me back' } } }}
Elegant Elephant