{% extends "base.html" %} {% block content %}
{{ session.workspace_path }}
{{ item.content[:5000] }}{% if item.content|length > 5000 %}
... (truncated for preview){% endif %}
No conversation content available.
{% endif %} {% else %}No turns in this session.
{% endif %}