{{ importmap('app') }}
{% for msg in app.flashes('info') %}
{{ msg }}
{% endfor %} {% for msg in app.flashes('danger') %}
{{ msg }}
{% endfor %} {% if sent %}
If that email is registered, you'll receive a reset link within a few minutes. Check your spam folder if it doesn't arrive.

Back to Sign In

{% else %}

Remember your password? Sign In

{% endif %}