import * as mod from "https://dotland.deno.dev/x/eta@v1.14.1/browser.ts";
Variables
Eta's base (global) configuration | |
Eta's base (global) configuration | |
Eta's template storage |
Functions
Takes a template string and returns a template function that can be called with (data, config, [cb]) | |
Compiles a template string to a function string. Most often users just use | |
Update Eta's base config | |
Takes one or two partial (not necessarily complete) configuration objects, merges them 1 layer deep into eta.config, and returns the result | |
Render a template | |
Render a template asynchronously |