Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2026-07-01 16:12:01 +03:00
parent b879049346
commit 85cf87813b

View File

@ -201,11 +201,11 @@ slot value.
**Example:**
```
<slot X text="some text"/>
This is: <slot X text="some text"/>
<slot X>[[ <content/> ]]</slot>
```
Will resolve to `[[ some text ]]`
Will resolve to `This is: [[ some text ]]`
**Example:**