{% extends "base.html" %} {% block stats %} {% if stats %}
{{ stats.total_items }} Sources
{{ stats.sources_used }} Feeds
{{ stats.selected_items }} Selected
{% if stats.word_count %}
{{ stats.word_count }} Words
{% endif %}
{% endif %} {% endblock %} {% block content %} {% for section in sections %}
{{ section.icon }}

{{ section.title }}

{{ section.content | safe }}
{% endfor %}
⚠️ 免责声明:本简报由 AI 自动生成,仅供参考,不构成投资建议。投资有风险,入市需谨慎。
{% endblock %}