diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index 4406bd8..ef30e35 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -7,23 +7,29 @@ export let photos: any const { params } = $page + let descriptionEl: HTMLElement -

Hello {data.name}

- -{#each photos as { image: { id, title }, slug }} -
- - {title}, {data.name} - +
+

Hello {data.name}

+
+ {@html data.description}
-{/each} + + {#each photos as { image: { id, title }, slug }} +
+ + {title} + +
+ {/each} +