/** html template for Previews (docs, compositions, etc) */ export function html(title: string) { return ` ${title}
`; } //