module main import vweb @['/student'; get] pub fn (mut app App) student_view() vweb.Result { return $vweb.html() }