import { render } from "https://deno.land/x/fresh@1.1.2/src/server/render.ts";
This function renders out a page. Rendering is synchronous and non streaming. Suspense boundaries are not supported.
Parameters
opts: RenderOptions<Data>
import { render } from "https://deno.land/x/fresh@1.1.2/src/server/render.ts";
This function renders out a page. Rendering is synchronous and non streaming. Suspense boundaries are not supported.