import { type Hole, html } from '../lib/view' export function shell({ title, content }: { title: string; content: Hole }) { return html`