{% extends "layout.html" %} {% block body %}

Donate to {{ _cfg("your-name") }}

Reset Password

{% if errors %}

{{ errors }}

{% endif %} {% if done %}

An email should arrive shortly. If you need help, contact {{_cfg("your-email")}}.

{% elif token %}
{% else %}
{% endif %}
{% endblock %}