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

Welcome to KitchenAI

🚀 The distributed AI platform for your applications. Experimentation to production the easy way.

{% csrf_token %}
{% if form.errors %}
{{ form.non_field_errors }}
{% endif %} {% if redirect_field_value %} {% endif %}
or
Don't have an account? Sign up
{% endblock %}