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