返回
report.json
{% if not report_text %}
{{ out_dir }}/report.json 不存在或无法读取
{% else %}
{{ report_text | safe }}
{% endif %}