Created
November 15, 2012 21:59
-
-
Save steveoliver/4081603 to your computer and use it in GitHub Desktop.
Drupal 8 Twig Debug Comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- BEGIN 'comment_wrapper__node_article' THEME MARKUP --> | |
| <!-- FROM core/themes/stark/templates/node/node--1.html.twig --> | |
| <!-- FILE NAME SUGGESTIONS: | |
| x node--1.html.twig | |
| * node--article.html.twig | |
| * node.html.twig | |
| --> | |
| <article id="node-1"> | |
| <h2>Title</h2> | |
| // ... | |
| </article> | |
| <!-- END 'comment_wrapper__node_article' THEME MARKUP --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment