Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation to display a single views grouping. Chris@0: * Chris@0: * Available variables: Chris@0: * - view: The view object. Chris@0: * - grouping: The grouping instruction. Chris@0: * - grouping_level: A number indicating the hierarchical level of the grouping. Chris@0: * - title: The group heading. Chris@0: * - content: The content to be grouped. Chris@0: * - rows: The rows returned from the view. Chris@0: * Chris@0: * @see template_preprocess_views_view_grouping() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: {{ title }} Chris@0: {{ content }}