#include("./common/header.html", {title : '我关注的用户'})

我关注的用户

#if(null != followingPage)
#for(item : followingPage.results) #end
#else
嗨,${login_user.user_name}!你没有关注任何用户。
#end
#include("./common/sidebar.html")
#include("./common/footer.html")