{# /** * @file * Theme override 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. */ #}
{{ description }}
{% if links %}{{ empty }}
{% endif %}