{% extends 'auth/base.html' %} {% block content %}
{% if session().has('error') %} {% endif %} {% if session().has('success') %} {% endif %}
Password Reset
{{ csrf_field }}
{% if session().has('errors') %} {% for error in session().get('errors').get('email').items() %} {% endfor %} {% endif %}
{% endblock %}