{% match item %} {% when Some with (true) %} Found Some(true) {% when Some with (false) %} Found Some(false) {% when None %} Not Found {% endmatch %}