pub fn export_html(
entries: &[SessionEntry],
meta: &ExportMeta,
session_meta: Option<&SessionMeta>,
tree: Option<&TreeNode>,
) -> Result<String>Expand description
Render a flat list of session entries into a self-contained HTML string.
tree is optional – when provided, a sidebar with session-tree navigation
is included.