func abortView() { uweb.Abort(503, "the system is down") }
func noAuthView() { uweb.Abort(401, "never seen") }
func notFoundView() { uweb.Abort(404, "Page Not Found") }