{% extends 'admin/base.html' %} {% block content %}
我大新闻 疫情数据 榜单数据 美图
{% for item in data['rb'] %} {% endfor %}
序号 热榜来源 采集时间 热榜标题 热榜链接url 管理
{{item[0]}} {{item[1]}} {{item[2]}} {{item[3]}} {{item[4]}}
{% endblock %}