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

{{_('Register New Account')}}

{% if not config.config_register_email %}
{% endif %}
{% if config.config_use_github_oauth %} {% endif %} {% if config.config_use_google_oauth %} {% endif %}
{% if error %}
{{error}}
{% endif %} {% endblock %}