{#
/**
 * @file
 * Theme override for a help topic.
 *
 * Available variables:
 * - body: The body of the topic.
 * - related: List of related topic links.
 */
#}
<article>
  {{ body }}
  {{ related }}
</article>
