#include("./common/header.html", {title : '我收藏的帖子'})

我收藏的帖子

帖子总数 ${favoritesPage.totalCount ?! 0}
#if(null != favoritesPage) #for(topic : favoritesPage.results) #end #else
嗨,${login_user.user_name}!你还没有收藏的帖子。
#end
#include("./common/sidebar.html")
#include("./common/footer.html")