{% extends "layouts/base.html" %} {% from "macros/chats/user_render_chat_thread.html" import user_render_chat_thread %} {% block content %}

user thread view

Here is the conversation with Athena

Back to list of all threads

{{ user_render_chat_thread(thread_id, thread_data) }}
{% endblock %}