Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/leaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ There are #count(users) users.
#endfor
```

文件夹中的模板

```html
#extend("partials/detail-layout"):
#export("body"): 详情页面 #endexport
#endextend
```

### 表达式

- `+`
Expand Down