mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-11-22 06:49:06 +08:00
doc: Update docs/leaf.md
This commit is contained in:
@@ -138,6 +138,14 @@ There are #count(users) users.
|
||||
#endfor
|
||||
```
|
||||
|
||||
文件夹中的模板
|
||||
|
||||
```html
|
||||
#extend("partials/detail-layout"):
|
||||
#export("body"): 详情页面 #endexport
|
||||
#endextend
|
||||
```
|
||||
|
||||
### 表达式
|
||||
|
||||
- `+`
|
||||
|
||||
Reference in New Issue
Block a user