{% extends "mainLayout.html" %} {% block content %} {% for users in userArr %} {% endfor %}
id Username Email Created at Updated at
{{ users.id }} {{ users.username }} {{ users.email }} {{ users.created_at }} {{ users.updated_at }}
{% endblock %}