@(item: Option<&str>)

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