{% extends "base.html" %} {# Centered card layout used by login, register, and set_token pages. #} {% block body_class %}flex items-center justify-center min-h-screen bg-background{% endblock %} {% block body %}
{% block card_content %}{% endblock %}
{% endblock %} {% block scripts %}{% endblock %}{# No Flowbite needed on auth pages #}