be94984a14b2c4ed5c6498e487c4c2b7b5b1484d
[yaffs-website] / 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>