pub fn file_base64(file: String, tipo: &str) -> Result<String, Error>
Convert external files into raw base64 data to be embedded into the final HTML.
HTML