数据库内已有数据
名称
次数
{#使用Jinja2模板来快速遍历传入的列表数据#} {% for value in data %}
{{ value['name'] }}
{{ value['times'] }}
{% endfor %}