{% extends "user-profile.html" %} {% block content %} {% for followed in user.follows %} {{ followed.follower.username }} {% endfor %} {% endblock %}