<div class="editorial-map-and-card-grid__card-view  js-carousel-slider">
    <div class="carousel__slider editorial-map-and-card-grid__slider grid-x" role="region">
    </div>
</div>
<div class="editorial-map-and-card-grid__card-view {{#ifEquals type "sharedBoard"}}js-shared-card-view{{/ifEquals}} js-carousel-slider">
    <div class="carousel__slider editorial-map-and-card-grid__slider grid-x" role="region">
        {{#each cards}}
            <div class="cell carousel__slide editorial-map-and-card-grid__slide editorial-map-and-card-grid__card js-card" {{#if filterType}}data-category="{{filterType}}"{{/if}}>
                {{#if webAppMode}}
                    {{> @cp-card-standard-generic dynamicImage=true webAppMode=true titleLink=true cardType='Generic' pageType='Page Type' isEditorial=true }}
                {{else}}
                    {{> @cp-card-standard-generic dynamicImage=true titleLink=true cardType='Generic' pageType='Page Type' isEditorial=true }}
                {{/if}}
            </div>
        {{/each}}
    </div>
</div>
/* No context defined for this component. */

There are no notes for this item.