Skip to content

Commit e09722c

Browse files
committed
added some clarification
1 parent 21d0385 commit e09722c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/templates/layouts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ You can set variables in your templates that can later be used in your layouts.
8989

9090
#### {layout:set}
9191

92+
NOTE: **Note:** {layout:set} cannot be used with {layout:set:append} and {layout:set:prepend}
93+
9294
**Setting** a variable works similarly to setting a string variable in a programming language, like JavaScript. The contents are set to the variable name you provide. In your template:
9395

9496
{layout:set name='title'}My Page Title{/layout:set}

0 commit comments

Comments
 (0)