```rs html!{ match ... { A::AA =>{ <div/> } A::BB =>{} } } ``` code like this doesn't compile. `A:BB => {{}}` doesn't work either. It has to be a very ugly `A::BB => {html!{}}`