help-topic.html.twig
Same filename in this branch
Same filename in other branches
Theme override for a help topic.
Available variables:
- body: The body of the topic.
- related: List of related topic links.
File
-
core/
themes/ stable9/ templates/ admin/ help-topic.html.twig
View source
- {#
- /**
- * @file
- * Theme override for a help topic.
- *
- * Available variables:
- * - body: The body of the topic.
- * - related: List of related topic links.
- */
- #}
- <article>
- {{ body }}
- {{ related }}
- </article>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.