{% extends "base_index.html" %} {% block content %}

上传CSV文件

{% if tables %}

{{ file_name }}分析结果

{% for table in tables %} {{ table|safe }} {% endfor %}
{% endif %}
{% endblock %}