Add route structure

This commit is contained in:
Luca Bosin
2023-08-04 21:51:54 +02:00
parent 8b23cd62e5
commit 5e99dc4aa2
23 changed files with 197 additions and 3 deletions

View File

@ -0,0 +1,8 @@
<script>
/** @type {import('./$types').PageData} */
export let data;
</script>
<h1>{data.title}</h1>
<div>{@html data.content}</div>
<img src={data.image} alt={data.title} />