{% extends "__base" %} {% block title %}Signup{% endblock title %} {% block stylesheets %} {{ super() }} {% endblock stylesheets %} {% block body %} {% if failure %} Oops. The account could not be created. Please check your credentials and try again. {% else %} Signup for a new {{ config.page_title | escape }} account to access your dashboard. {% endif %}
{% if failure %}

Could not create an account with this email.

{% endif %}
{% endblock body %}