import { Context } from "sealious"; export default async function html( context: Context, body: string ): Promise { return /* HTML */ ` ${body} `; }