@(item: &Option<(u32, u32)>)

@if let Some((a, b)) = *item { We have @a and @b } else { Got nothing }