83b03cd
1 2 3 4 5 6 7
{%- if !cond -%} !cond {%- else if let Ok(ok) = value -%} {{ ok }} {%- else if let Err(err) = value -%} {{ err }} {%- endif -%}