It would be nice if every (important) page had a header like in the screenshot below. This can easily be done in Svelte with this tag: ```svelte <svelte:head> <title>Title</title> </svelte:head> ``` 
It would be nice if every (important) page had a header like in the screenshot below. This can easily be done in Svelte with this tag: