{% extends "default.html" %} {% block content %}

	
@{{u.username}}'s followers

{% if v.id == u.id %} {% endif %} {% for user in users %} {% if v.id == u.id %} {% endif %} {% endfor %}
# Name
{{loop.index}} {{user.username}}
Remove follow
{% endblock %}