1/// `html`` extension. 2pub const HTML_EXTENSION: &str = "html"; 3 4/// `.html` suffix. 5pub const HTML_SUFFIX: &str = ".html";