Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
eta v3
node v18.11.0
version:
2.0.0
endpoint
share
tweet
var { Eta } = require("eta") const eta = new Eta() let templateString = "My favorite food is <%= it.food %>" eta.renderString(templateString, {food: "ice cream"})
Loading…
no comments
sign in
to comment