{% extends "page.html" %} {% block script %} {{ super() }} {% if recaptcha_key %} {% endif %} {% endblock script %} {% block stylesheet %} {{ super() }} {% endblock stylesheet %} {% block main %} {% block login %}
Sign Up
{% if alert %} {% endif %}

{% if ask_email %}

{% endif %}

{% if two_factor_auth %} Setup two factor authentication

{% endif %} {% if tos %} {{tos|safe}}

{% endif %} {% if recaptcha_key %}

{% endif %}


Login with an existing user.

{% endblock login %} {% endblock main %}