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