Skip to content

Instantly share code, notes, and snippets.

@steveoliver
Created November 15, 2012 21:59
Show Gist options
  • Select an option

  • Save steveoliver/4081603 to your computer and use it in GitHub Desktop.

Select an option

Save steveoliver/4081603 to your computer and use it in GitHub Desktop.
Drupal 8 Twig Debug Comments
<!-- 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