{% extends "users/base.html" %} {% load static %} {%block styles %} {% endblock styles %} {% block title %} User View {% endblock title %} {% block content %}

Users View

{{data}}
{% endblock content %}