the best search engine!
register
        {% match error %}
        {% when Some with (val) %}
        
{{ val }}
        {% when None %}
        {% endmatch %}
        {% if success %}
        your account has been registered! before attempting to login, please check your email for a
            link to verify your account
        
        {% endif %}