{% extends "base.html" %} {% block title %} {{ title }} {% endblock %} {% block content %}
{% for i in items %}

用户: {{ i.email }}

ID: {{ i.id }}

前往查看

{% endfor %}
{% endblock %}