module main import vweb @[post] pub fn (mut app App) signup() vweb.Result{ return $vweb.html() }