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