Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / views_bootstrap / templates / views-bootstrap-grid.html.twig
index 364ed1200ae37d674af005fa71f602620e9cda6f..76f5b28950ea358fd5b30c2a649f722556b30f6c 100644 (file)
@@ -18,6 +18,9 @@
     options.alignment,
   ]
 %}
+{% if title %}
+  <h3>{{ title }}</h3>
+{% endif %}
 <div id="{{ id }}" {{ attributes.addClass(classes) }}>
   {% if options.alignment  == 'horizontal' %}
     {% for row in items %}