pub static INDEX_T: &str = include_str!("index.html"); pub static LOGIN_T: &str = include_str!("login.html"); pub const CATALOG_L: &str = "/#menu"; pub const PARTS_L: &str = "/parts"; pub const PARTS_CSV_L: &str = "/parts.csv"; pub const CARS_L: &str = "/cars"; pub const CARS_CSV_L: &str = "/cars.csv"; pub const SUGGESTIONS_L: &str = "/suggestions"; pub const LOGIN_L: &str = "/login";