5 lines
84 B
V
5 lines
84 B
V
module contact
|
|
|
|
fn (c ContactPage) html() string {
|
|
return $tmpl('./contact.html')
|
|
} |