{% 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}}
Unfollow
{% endblock %}