--- import {Image} from 'astro:assets'; import type {carouselGroup} from "@interfaces/image-carousel.ts"; const groupToShow: carouselGroup = Astro.props.carouselGroup; --- { groupToShow.images.map((image, index) => ( )) } {(groupToShow.images.length > 1) && ( { groupToShow.images.map((_, index) => ( )) } Previous Next )}