Skip to content

Instantly share code, notes, and snippets.

@shinokada
Last active October 24, 2022 02:03
Show Gist options
  • Save shinokada/f538a37e86ef075ba7c76dfb75140912 to your computer and use it in GitHub Desktop.
Save shinokada/f538a37e86ef075ba7c76dfb75140912 to your computer and use it in GitHub Desktop.
<script lang+"ts">
// src/routes/blog/[slug]/+page.svelte
import type { PageData } from './$types';
export let data: PageData;
</script>
<svelte:component this={data.content} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment