You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
390 B
16 lines
390 B
include @/helper/flush.pug
|
|
include @/helper/helper.pug
|
|
|
|
block var
|
|
-title="关于" // 网页标题
|
|
title 关于
|
|
|
|
div aboutasdad
|
|
section.section
|
|
.container
|
|
if user
|
|
div nickname: #{user.nickname || "None"}
|
|
div email: #{user.email || "None"}
|
|
div username: #{user.username || "None"}
|
|
div id: #{user.id || "None"}
|
|
.content!=md
|