<style>
	h1 {
		color: red;
	}
</style>
<script>
	export let foo = { baritone: { baz: 5 } }
</script>
<h1>{foo.bar.baz}</h1>