- Issue created by @koffer
- 🇷🇺Russia Chi
In node template you have access to
node
object that holds all data you need.You can render the field as follows.
{{ drupal_field('field_tags', 'node', node.id) }}
Alternatively
{{ node.field_tags|view }}
Automatically closed - issue fixed for 2 weeks with no activity.