help-topic.html.twig

Same filename in this branch
  1. 11.x core/themes/stable9/templates/admin/help-topic.html.twig
  2. 11.x core/modules/help/templates/help-topic.html.twig
Same filename and directory in other branches
  1. 9 core/modules/help_topics/templates/help-topic.html.twig
  2. 8.9.x core/modules/help_topics/templates/help-topic.html.twig
  3. 10 core/themes/stable9/templates/admin/help-topic.html.twig
  4. 10 core/modules/help_topics/templates/help-topic.html.twig
  5. 10 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
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a help topic.
  5. *
  6. * Available variables:
  7. * - body: The body of the topic.
  8. * - related: List of related topic links.
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. <article>
  14. {{ body }}
  15. {{ related }}
  16. </article>

Related topics


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.