{% extends "base.html" %} {% block title %}Admin Login{% endblock %} {% block body_class %}bg-gradient-to-br from-primary-50 via-white to-purple-50 min-h-screen flex items-center justify-center p-4{% endblock %} {% block content %}

Admin Login

Sign in to access the admin panel

{% if error %}

{{ error }}

{% endif %}

Powered by Lexigram Admin

{% endblock %}