{% extends "layouts/dashboard.html" %} {% block title %}Chat: {{ session.title }}{% endblock %} {% block dashboard_content %} {# ─── Chat Container ─────────────────────────────────────────────── #}
Started {{ session.created_at|date("M d, Y H:i") }} {% if session.model %} · {{ session.model.name }}{% endif %}
Start the conversation
Type a message below to chat with the AI assistant.