pub fn parse_html_str(
    html: &str,
    fn_name: &str,
    ignore: &mut Vec<String>
) -> TokenStream