export default function frame(id: string, body: string): string { return /* HTML */ ` ${body} `; }