<script>
	import Widget from './Widget.html';

	export let data = 'Hello';
</script>

<div>
	<Widget>{data}</Widget>
</div>