package component type CarouselEntry struct { ImgPath string Title string Text string } templ Carousel(elm CarouselEntry) {

{elm.Title}

{elm.Text}

}