pub fn indent_html(html: &str, level: usize) -> String
Indents each line of the given HTML string by the specified number of tabs.