@(item: Option<&str>)

@if let Some(out) = item { The item is @out } else { Got nothing }