Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

help-topic.html.twig

Same filename in this branch
  1. 11.1.x core/themes/stable9/templates/admin/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/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

Theme system overview
Functions and templates for the user interface that themes can override.
RSS feed
Powered by Drupal