<!-- Error rendering component -->
<!-- (unknown path)
  Template render error: (unknown path) [Line 23, Column 11]
  Error: Could not render component '@buttonundefined' - component not found. -->
<!-- Template render error: (unknown path)
  Template render error: (unknown path) [Line 23, Column 11]
  Error: Could not render component '@buttonundefined' - component not found.
    at Object._prettifyError (/Users/andrea/Documents/web/rt-ui-kit/node_modules/nunjucks/src/lib.js:32:11)
    at /Users/andrea/Documents/web/rt-ui-kit/node_modules/nunjucks/src/environment.js:464:19
    at eval (eval at _compile (/Users/andrea/Documents/web/rt-ui-kit/node_modules/nunjucks/src/environment.js:527:18), <anonymous>:11:11)
    at /Users/andrea/Documents/web/rt-ui-kit/node_modules/@frctl/nunjucks/src/extensions/render.js:47:25 -->
<section class="rtds-section rtds-section--approfondimenti rtds-py-8 md:rtds-py-12">
    <div class="rtds-container rtds-space-y-4">
        {% render '@section-header', { 
            verticalDividerRight: 'true',
            heading: 'Approfondimenti',
            sectionHeaderCta: 'Vedi tutti gli approfondimenti',
            classes: 'rtds-section-header--approfondimenti',
            sectionHeaderRightCta: [ { href: '#', label: '<span class="rtds-sr-only">Approfondimenti: </span>visualizza l\'archivio',
                classes: 'rtds-btn--inverted rtds-btn--s rtds-hidden lg:rtds-inline-flex' } ]
            }, true %}

        <div class="rtds-space-y-5">
            
            <div class="rtds-approfondimenti-list rtds-grid rtds-gap-4 md:rtds-grid-cols-2 lg:rtds-grid-cols-3">
                {% for i in range(0,items) %}
                    <!-- Grid item wrapper -->  
                    <div class="rtds-col">
                        {% render '@card--news-image-fullwidth',{category:"", date:"", categoryText:"Salute", heading:"Vaccinarsi contro Covid-19", excerpt:"is-empty", ctaLink:"true", ctaLinkLabel:"Scopri l'approfondimento" },true %}
                    </div>
                {% endfor %}
            </div>

        <!-- Cta meteo mobile -->
        <div class="rtds-flex rtds-justify-center rtds-py-8 lg:rtds-hidden">
            {% render '@button--icon-right-s',{ href: '#', classes: 'rtds-btn--inverted', label: '<span class="rtds-sr-only">Approfondimenti: </span>visualizza l\'archivio', hasIcon: 'true' }, true %}
        </div>

        </div>
    </div>

</section>
{
  "items": 3
}

No notes defined.