/** fallback html template for the main UI, in case ssr is not active */ export function html(title: string, withDevTools?: boolean) { return () => ` ${title}
`; }