Drupal - Print a specific field
Consult this, you will see there is a variable node
that is fully loaded node
object. so try the following. one of them should work
{{ node.field_name.value }}
{{ node.field_name }}
{{ content.field_name }}
Consult this, you will see there is a variable node
that is fully loaded node
object. so try the following. one of them should work
{{ node.field_name.value }}
{{ node.field_name }}
{{ content.field_name }}