René Kijewski

Results 102 comments of René Kijewski

One option that only just now came to my mind: ```jinja2 {% match x %} {% when Some(x) %} x = {{x}} {% when None {} %} None {% endmatch...

The advantage would be, that we could possibly mark arbitrary types as safe, so the HTML escaper has to be called less often, e.g. when printing numbers.