1 2 3 4 5 6 7 8 9 10
fn it_works() { rsx! { div { span { "Description: " {package.description.as_deref().unwrap_or("❌❌❌❌ missing")} } } } }