mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-17 05:04:55 +00:00
5 lines
99 B
HTML
5 lines
99 B
HTML
<script>
|
|
import { page } from '@sapper/app';
|
|
</script>
|
|
|
|
<h1>{$page.params.slug.toUpperCase()}</h1> |