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

{{_('Register a new account')}}

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