{% extends 'base/base.html' %} {% block content %} {{ breadcrumb(active='关注的用户')}}
{% for user in current_user.following_users %}
{{ user.username}}
{% endfor %}
{% include 'base/panel.html' %}
{% endblock %}