{% extends 'body_base.html' %} {% block title %}Minne - Admin{% endblock %} {% block main %}

Admin Controls

Stay on top of analytics and manage AI integrations without waiting on long-running model calls.

Signed in as {{ user.email }}
{% if current_section == 'models' %} {% include 'admin/sections/models.html' %} {% else %} {% include 'admin/sections/overview.html' %} {% endif %}
{% endblock %}