{# /** * @file views-bootstrap-cards.html.twig * Default simple view template to display Bootstrap Cards. * * * - rows: Contains a nested array of rows. Each row contains an array of * columns. * * @ingroup views_templates */ #} {% if use_card_group %} {% set counter = 0 %} {% for row in rows %} {% if counter == 0 %}