{% extends 'base.html' %} {% block title %} Students {% endblock %} {% block body %}

Students

{% for s in students %}

{{ s }}

{% endfor %} {% endblock %}