www_veda2/web/components/contact/html.v

5 lines
84 B
Coq
Raw Normal View History

2024-10-07 15:28:39 +00:00
module contact
fn (c ContactPage) html() string {
return $tmpl('./contact.html')
}