<script>
export let adjective;
</script>
<svelte:head>
<title>a {adjective} title</title>
</svelte:head>