import html from 'html'; import Md from '../components/markdown/index.js' export default { components: { Md }, template: html`Home ` }