{% extends "base.html" %} {% block title %}{{ hotspot.title }} 汇总报告 - 热榜评论分析工具{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

热点报告

{{ hotspot.title }} 汇总报告

热点 #{{ hotspot.rank }}
{% if report %} {% include "partials/report_panel.html" %} {% else %}

报告生成中,请稍候...

{% endif %} {% endblock %}