{% extends 'base/base.html' %} {% block content %}
{% include 'user/infor.html' %}
排序1 / 排序2
{% for following in followings.items %}
{{ following.content}} {{ following}}
{% endfor %}
{% endblock %}