node.html.twig 198 B

12345678910111213
  1. {#
  2. /**
  3. * @file
  4. * Minimal template to ensure chained property access works with white-listing.
  5. */
  6. #}
  7. <article{{ attributes }}>
  8. <div>
  9. {{ node.field_term.entity.label }}
  10. </div>
  11. </article>