diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 481fbd4405..74a2069c68 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -206,6 +206,7 @@ Additional conditions can be added with `{:else if expression}`, optionally endi {/if} ``` +(Blocks don't have to wrap elements, they can also wrap text within elements!) ### {#each ...}