www_veda2/web/components/carousel/html.v
2024-10-07 17:28:39 +02:00

5 lines
98 B
V

module carousel
pub fn (carousel Carousel) html() string {
return $tmpl("templates/main.html")
}