|
|
|
@ -109,7 +109,7 @@ An element or component can have multiple spread attributes, interspersed with r
|
|
|
|
{expression}
|
|
|
|
{expression}
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Curly braces can be included in the HTML by using their [HTML entity](https://developer.mozilla.org/docs/Glossary/Entity) strings.
|
|
|
|
Curly braces can be included by using their [HTML entity](https://developer.mozilla.org/docs/Glossary/Entity) strings.
|
|
|
|
|
|
|
|
|
|
|
|
```svelte
|
|
|
|
```svelte
|
|
|
|
<p>{ in curly braces { { in curly braces } or { in curly braces }</p>
|
|
|
|
<p>{ in curly braces { { in curly braces } or { in curly braces }</p>
|
|
|
|
|