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