<% this.title = user.nickname + ' - User'; %> <% include header %>

用户信息

头像

用户昵称

<%= user.username %> <% if (user.nameplate) { %><%= user.nameplate %><% } %>

用户邮箱

<%= user.email %>

共发表了<%= user.articles_num %>篇文章

<% /* */ %>
{{article.title}} {{tool.pretty_time(article.public_time)}}

个性签名

<%= user.information %>

一共通过了 <%= user.ac_problems.length %> 道题
<% for (let problem of user.ac_problems) { %> <%= problem %> <% } %>
<% include footer %>