interface Loaderimport { type Loader } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/vento.ts"; Methodsload(file: string): TemplateSource | Promise<TemplateSource>resolve(from: string, file: string): string