X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fviews_bootstrap%2Ftemplates%2Fviews-bootstrap-list-group.html.twig;fp=web%2Fmodules%2Fcontrib%2Fviews_bootstrap%2Ftemplates%2Fviews-bootstrap-list-group.html.twig;h=8f57d6e6d6dd93da0fba92e4edda228f8adc5b07;hb=e0411c4e83ba0d079034db83c3f7f55be24a0e35;hp=0000000000000000000000000000000000000000;hpb=2257eb96fa3afedcfba62207e838f49ee9c757e2;p=yaffs-website diff --git a/web/modules/contrib/views_bootstrap/templates/views-bootstrap-list-group.html.twig b/web/modules/contrib/views_bootstrap/templates/views-bootstrap-list-group.html.twig new file mode 100644 index 000000000..8f57d6e6d --- /dev/null +++ b/web/modules/contrib/views_bootstrap/templates/views-bootstrap-list-group.html.twig @@ -0,0 +1,31 @@ +{# +/** + * @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', + ] +%} + +