{% extends "brickwork/shell/base.html" %} {% comment %} The auth shell (SHL-011): a centred single-column layout for login / register / password-reset style pages. A consuming page extends this and fills {% block content %} with its form. Fully static (no JS required). {% endcomment %} {% block shell_variant %}auth{% endblock %} {% block shell %}
{% block brand_logo %}{% endblock %} {% block brand_wordmark %}{% endblock %}
{% block content %}{% endblock %}
{% block auth_background %}{% endblock %}
{% endblock %}