Files
farmOS-dev/web/core/modules/help/templates/help-topic.html.twig
2024-12-10 15:08:16 +01:00

17 lines
259 B
Twig

{#
/**
* @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>