aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.svelte
blob: 7000137e92680cc33cf695cc41cba28912d95acc (plain)
1
2
3
4
5
6
<script>
  import { _ } from 'svelte-i18n';
</script>

<h1>{$_('home.title')}</h1>
<p>{$_('home.content')}</p>