7 changed files with 22 additions and 5 deletions
@ -0,0 +1,7 @@ |
|||||
|
include @/helper/helper.pug |
||||
|
|
||||
|
block var |
||||
|
-title=user.nickname || "Welcome" // 网页标题 |
||||
|
title #{user.nickname || "Welcome"} |
||||
|
|
||||
|
div user |
@ -0,0 +1,4 @@ |
|||||
|
extends @/layout/single-page |
||||
|
|
||||
|
block page |
||||
|
include @hxpath/user.pug |
Loading…
Reference in new issue