sector_index-8.x-1.0-beta1/templates/views-view-grouping--sector-a-z-alternate.html.twig
templates/views-view-grouping--sector-a-z-alternate.html.twig
{#
/**
* @file
* Override theme implementation to display a single views grouping.
*
* Add wrapping <div> with class for styling reasons.
*
* Available variables:
* - view: The view object.
* - grouping: The grouping instruction.
* - grouping_level: A number indicating the hierarchical level of the grouping.
* - title: The group heading.
* - content: The content to be grouped.
* - rows: The rows returned from the view.
*
* @see template_preprocess_views_view_grouping()
*
* @ingroup themeable
*/
#}
<div class="list__group">
{{ title }}
{{ content }}
</div>
