{% extends "base.html" %} {% block stats %} {% if stats %}
{% for key, value in stats.items() %}
{{ value }} {{ key | replace("_", " ") | title }}
{% endfor %}
{% endif %} {% endblock %} {% block content %} {% for section in sections %}
{{ section.icon }}

{{ section.title }}

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