{% extends "publish.html" %} {% block main %}

目前的学生列表

{% for i in data %} {% endfor %}
学号 姓名
{{ i[0] }} {{ i[1] }}
{% endblock %}