d
didiAI Dashboard
{% set nav_items = [ ('overview', '/', 'Overview'), ('providers', '/providers', 'Providers'), ('history', '/history', 'History'), ('archive', '/archive', 'Archive'), ('cost', '/cost', 'Cost'), ('config', '/config', 'Config'), ('audit', '/audit', 'Audit'), ] %} {% for key, href, label in nav_items %}
{{ label }}
{% endfor %}
Live
{% block content %}{% endblock %}