{% extends "base.html" %} {% block contents %}
{{ xsrf_form_html() }} {% if login_error %} {% endif %}
{% if register_enabled %}
{{ xsrf_form_html() }} {% if register_error %} {% endif %}
{% endif %}
{% endblock %}