{# /** * @file views-bootstrap-list-group.html.twig * Default simple view template to display Bootstrap List Group. * * Available variables: * - view: The view object. * - rows: A list of the view's row items. * - id: A valid HTML ID and guaranteed to be unique. * * @see template_preprocess_views_bootstrap_list_group() * * @ingroup views_templates */ #} {% set classes = [ 'views-view-list-group', ] %}