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.
17 lines
271 B
17 lines
271 B
extends @/layout/layout
|
|
|
|
block var
|
|
-title="首页" // 网页标题
|
|
//- -hideHeader=true
|
|
|
|
block head
|
|
|
|
block content
|
|
section.section
|
|
.container
|
|
h1.title
|
|
| Hello World
|
|
p.subtitle
|
|
| My first website with
|
|
strong Bulma
|
|
| !
|
|
|