Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / system / tests / themes / test_theme / templates / node.html.twig
1 {#
2 /**
3  * @file
4  * Minimal template to ensure chained property access works with white-listing.
5  */
6 #}
7 <article{{ attributes }}>
8
9   <div>
10     {{ node.field_term.entity.label }}
11   </div>
12
13 </article>