<% this.title = 'Home'; %> <% include header %>

公告板

<% for (let item of notices) { %> <% } %>
标题 时间
<%= item.title %> <%= item.date %>

排名

<% let i = 0; for (let user of ranklist) { ++i; %> <% } %>
# 昵称 个性签名
<%= i %> <%= user.username %> <% if (user.nameplate) { %> <%- user.nameplate %> <% } %> <%= user.information %>

信息栏

<%- syzoj.config.announcement %>

<% include footer %>