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

5 lines
84 B
V

module contact
fn (c ContactPage) html() string {
return $tmpl('./contact.html')
}