## Demo: entity-props
### EntityDemo.svelte
```svelte
The parent (server-only) passes literal HTML entities in string="…" attributes on a mochi:hydrate island. Svelte decodes them for the SSR render,
and Mochi's preprocessor decodes the same value into the serialized props the client hydrates with — so the two never disagree. Watch the
Rendered on line flip from server to client after hydration while every value stays the same.
{`
Rendered on: {isBrowser ? 'client (hydrated)' : 'server (SSR)'}
| Prop | Authored attribute | Value received |
|---|---|---|
{row.name} |
{row.authored} |
{row.value} |