{% set title = '作业列表' %} {% extends 'layout.html' %} {% block container %}
{% for homework in homeworks %}
{% endfor %}
{% endblock %}