export default { props: { name: 'everybody' }, html: '<h1>Hello everybody!</h1>' };