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

{{ title }}

Chris@0:

{{ description }}

Chris@0: {% if links %} Chris@0: Chris@0: {% else %} Chris@0:

{{ empty }}

Chris@0: {% endif %}