{# /** * @file * Theme override to display the 'Facts and figures' #type paragraph. * * @see ./modules/contrib/paragraphs/templates/paragraph.html.twig */ #} {% if title is not empty %}

{{ title }}

{% endif %} {{ pattern('facts_figures', { 'items': items, 'view_all': view_all, 'external_link': external_link }) }}