DiscordPlaygroundOverview
Async SupportConfiguring EtaHow does Eta resolve template files?Your First TemplateInstallationLayoutsOverviewPartialsPluginsSecurity
ηEta
DiscordPlayground
Learn

Your First Template

This is about as simple as you can get.

var Eta = require("eta")

Eta.render("The answer to everything is <%= it.answer %>", { answer: 42 })

How does Eta resolve template files?

Previous Page

Installation

How to install Eta for use in Node.js or the browser