{% extends "allauth/layouts/base.html" %}
{% comment %}
Themis override of allauth's entrance layout (login, signup, password reset,
etc.). A pass-through: it inherits Themis chrome and the narrow (max-w-md) card
wrapper from allauth/layouts/base.html. The stock allauth entrance pages keep
their full {% element %} body inside the card; account/login.html supplies its
own content and now relies on this shared card too.
{% endcomment %}