#include("./common/header.html", {title: profile.username})
 
${profile.username}
#if(null == login_user) 关注Ta #else #if(profile.uid != login_user.uid) #if(!is_follow) 关注Ta #else 取消关注 #end #end #end

${profile.username}

#if(null != profile.signature && profile.signature != "")

${profile.signature}

#else

 

#end

#if(null != profile.location && profile.location != '') ${profile.location} #end #if(null != profile.web_site && profile.web_site != '') ${profile.web_site} #end #if(null != profile.github && profile.github != '') ${profile.github} #end #if(null != profile.weibo && profile.weibo != '') ${profile.weibo} #end

${profile.username}是第${profile.uid}号会员
加入于${fmtdate(profile.create_time)}

${profile.username} 最近创建的帖子
#for(topic : topicPage.results) #end
${profile.username} 最近回复了
#for(comment : commentPage.results)
${timespan(comment.reply_time)} 回复了 ${comment.reply_name} 创建的帖子 ${comment.title}

${comment.content}

#end
#if(null != profile.github && profile.github != '')
${profile.username} repos on GitHub
#end
#include("./common/footer.html")