www_veda2/web/components/carousel/html.v

5 lines
98 B
Coq
Raw Normal View History

2024-10-07 15:28:39 +00:00
module carousel
pub fn (carousel Carousel) html() string {
return $tmpl("templates/main.html")
}