{% extends "base.html" %} {% block title %}Users{% endblock %} {% block content %}
{{ user.username }}
{{ user.role }}