pub fn source<'a, T, const NCONTENT: usize, const NATTR: usize>( attrs: [(&'a str, &'a str); N], content: [T; NCONTENT], ) -> Element<'a>where T: Template + 'a,