export default {
	html: `
		<p>Hello
			<slot></slot>
		</p>`
};