{% extends "base.html" %} {% block contents %}
{{ xsrf_form_html() }} {% if login_error %} {% endif %}
{% if register_enabled %}
{{ xsrf_form_html() }} {% if register_error %} {% endif %}
Optional. We will not share your email with anyone. This is only used in case you forget your password.
{% endif %}
{% endblock %}