drupal 8 twig render without code example
Example: drupal 8 twig without multiple
// Without multiple fields
{{ content|without('field_yourfield', 'field_yourfield2') }}
// Without multiple fields
{{ content|without('field_yourfield', 'field_yourfield2') }}