node.html.twig in Drupal 8
Same filename in this branch
- 8 core/themes/bartik/templates/node.html.twig
- 8 core/modules/node/templates/node.html.twig
- 8 core/themes/classy/templates/content/node.html.twig
- 8 core/themes/stable/templates/content/node.html.twig
- 8 core/themes/claro/templates/classy/content/node.html.twig
- 8 core/themes/seven/templates/classy/content/node.html.twig
- 8 core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig
- 8 core/profiles/demo_umami/themes/umami/templates/content/node.html.twig
- 8 core/modules/system/tests/themes/test_theme/templates/node.html.twig
Same filename and directory in other branches
Minimal template to ensure chained property access works with white-listing.
1 theme call to node.html.twig
- TwigDebugMarkupTest::testTwigDebugMarkup in core/
modules/ system/ tests/ src/ Functional/ Theme/ TwigDebugMarkupTest.php - Tests debug markup added to Twig template output.
File
core/modules/system/tests/themes/test_theme/templates/node.html.twigView source
- {#
- /**
- * @file
- * Minimal template to ensure chained property access works with white-listing.
- */
- #}
- <article{{ attributes }}>
-
- <div>
- {{ node.field_term.entity.label }}
- </div>
-
- </article>