{% extends "_partials/_auth_shell.html" %}
{% block title %}Create account{% if app_name and app_name != title_brand %} on {{ app_name }}{% endif %} — {{ title_brand }}{% endblock %}
{% block auth_main %}{% include "_partials/_auth_main_register.html" %}{% endblock %}