{% if self.has_optional_user() %} {% match user %} {% when Some with (usr) %}
Hello, {{ usr.username }}!
{% when None %}
log in or sign up?
{% endmatch %} {% else %} {% endif %}