{# /** * @file * Default theme implementation for a section of the help page. * * Available variables: * - title: The section title. * - description: The description text for the section. * - links: Links to display in the section. * - empty: Text to display if there are no links. * * @ingroup themeable */ #}

{{ title }}

{{ description }}

{% if links %} {% else %}

{{ empty }}

{% endif %}