{% extends "base.html" %}
{% block title %}{{ hotspot.title }} 汇总报告 - 热榜评论分析工具{% endblock %}
{% block breadcrumbs %}
{% endblock %}
{% block content %}
{% if report %}
{% set metrics = report.metrics_json | from_json_object %}
{% set sentiment = metrics.get("sentiment", {}) %}
{% set positive_pct = sentiment.get("positive", {}).get("pct", 0) %}
HOTSPOT REPORT {{ report.summary or "报告总结生成失败,请查看下方结构化统计。" }}{{ hotspot.title }}
报告生成中,请稍候...