Version 1
[yaffs-website] / web / core / modules / system / tests / themes / test_theme / templates / node.html.twig
diff --git a/web/core/modules/system/tests/themes/test_theme/templates/node.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/node.html.twig
new file mode 100644 (file)
index 0000000..be94984
--- /dev/null
@@ -0,0 +1,13 @@
+{#
+/**
+ * @file
+ * Minimal template to ensure chained property access works with white-listing.
+ */
+#}
+<article{{ attributes }}>
+
+  <div>
+    {{ node.field_term.entity.label }}
+  </div>
+
+</article>