import { includeFile } from "https://deno.land/x/eta@v2.2.0/file-handlers.ts";
Get the template function.
If options.cache
is true
, then the template is cached.
This returns a template function and the config object with which that template function should be called.
Parameters
options: EtaConfig
compilation options
Returns
[Eta template function, new config object]