{% extends "./layout/guest.twig" %} {% block content %} {% if errors|length > 0 %}
Whoops! There were some problems with your input.

{% endif %}

Reset your password

I want to login
{% if Config.get('auth.allow_register') %} Register a new account
{% endif %}
{% endblock %}