Template
Overview
The Template node renders Mustache-style templates ({{ }}) with upstream data. It supports field references, nested field access, conditionals ({{#if}}), loops ({{#each}}), fallback values, and string helpers (upper, lower, trim, truncate). Zero dependencies — pure JavaScript templating.
Category
Text — text/template
Inputs & Outputs
- input1 — Upstream data for template interpolation
- output1 — Rendered template string(s)