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