help-topic.html.twig
Same filename in this branch
Same filename in other branches
Default theme implementation to display a help topic.
Available variables:
- body: The body of the topic.
- related: List of related topic links.
File
-
core/
modules/ help/ templates/ help-topic.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation to display a help topic.
- *
- * Available variables:
- * - body: The body of the topic.
- * - related: List of related topic links.
- *
- * @ingroup themeable
- */
- #}
- <article>
- {{ body }}
- {{ related }}
- </article>
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.