Users
{% for user in users %}
{% with target="users" %}{% include "pagination.html" %}{% endwith %}
{% endfor %}
{% extends "base.html" %} {% block content %}