help-topic.html.twig

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
  1. {#
  2. /**
  3. * @file
  4. * Theme override for a help topic.
  5. *
  6. * Available variables:
  7. * - body: The body of the topic.
  8. * - related: List of related topic links.
  9. */
  10. #}
  11. <article>
  12. {{ body }}
  13. {{ related }}
  14. </article>

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