<h1>Hello {{name}}!</h1>

<script>
	export default {
		tag: 'custom-element'
	};
</script>