help-topic.html.twig
Same filename in other branches
- 8.9.x core/modules/help_topics/templates/help-topic.html.twig
- 10 core/themes/stable9/templates/admin/help-topic.html.twig
- 10 core/modules/help_topics/templates/help-topic.html.twig
- 10 core/modules/help/templates/help-topic.html.twig
- 11.x core/themes/stable9/templates/admin/help-topic.html.twig
- 11.x core/modules/help_topics/templates/help-topic.html.twig
- 11.x core/modules/help/templates/help-topic.html.twig
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_topics/ 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.