{% extends "base_login.html" %} {% load static %} {% block content %}
KitchenAI

Welcome to KitchenAI

Your AI-powered document management and chat platform. Organize, search and chat with your documents intelligently.

{% csrf_token %}
{% if form.errors %}
{{ form.non_field_errors }}
{% endif %} {% if redirect_field_value %} {% endif %}
{% endblock %}