summaryrefslogtreecommitdiff
path: root/src/templates/mod.rs
blob: 3a6eb2bd8031049e5c4b7acfd1543a65eaf6f99e (plain) (blame)
1
2
3
4
5
6
7
8
9
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";