Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Render

import { Render } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator

This decorator specifies that an HTTP Handler is meant to render a file. @Render(template, options, engine) Target: Method (Http Handler)

const Render: (
template: string,
) => unknown
;