{% extends "allauth/layouts/base.html" %}
{% comment %}
Themis override of allauth's manage layout (email management, account
connections, sessions, MFA). Inherits Themis chrome and the card wrapper from
allauth/layouts/base.html, and widens the card via `auth_container` so the
email/connections radio-lists have room. The stock allauth manage pages keep
their full {% element %} body inside the card.
{% endcomment %}
{% block auth_container %}max-w-2xl mx-auto{% endblock %}