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

	
Users followed by @{{u.username}}

{% if v.id == u.id %} {% endif %} {% for user in users %} {% if v.id == u.id %} {% endif %} {% endfor %}
# Name
{{loop.index}} @{{user.username}}'s profile picture{{user.username}}
Unfollow
{% endblock %}