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

我收藏的节点

节点总数 ${nodes.size() ?! 0}
#if(null != nodes) #for(node : nodes)
${node.node_name}
#end #else
嗨,${login_user.user_name}!你还没有收藏的节点。
#end
#include("./common/sidebar.html")
#include("./common/footer.html")