Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

v1.51.0

UpdatedJun 13, 2026Reading time1 min read

Released 2026-06-12. Playground templates — bind data straight into your HTML.

Added

  • Templates. Playground HTML now supports {{ … }} interpolation (any JavaScript expression, HTML-escaped, with your JS tab's variables and functions in scope), <template ff-each="(row, i) in …"> loops over any array or data sheet, <template ff-if="…"> conditionals, and an ff-html escape hatch for functions that return markup. Build lists, grids, and dashboards without a single createElement.
  • Automatic re-rendering. Writing to a data sheet (flowfn.data.insert / update / delete / fetch) refreshes every template on its own; call flowfn.render() after changing your own variables. Works identically in the editor preview and on the published site.
  • The AI assistant writes templates. Ask for a list or a data-driven page and the assistant now reaches for ff-each instead of manual DOM-building code — shorter, more readable playgrounds.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →